Home
last modified time | relevance | path

Searched refs:getDeviceToDisable (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceViewModel.java100 MutableLiveData<TrustedDevice> getDeviceToDisable() { in getDeviceToDisable() method in TrustedDeviceViewModel
DTrustedDeviceActivity.java217 mModel.getDeviceToDisable().observe(this, trustedDevice -> { in observeViewModel()