Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceViewModel.java36 private final MutableLiveData<TrustedDevice> mDeviceToDisable = field in TrustedDeviceViewModel
67 mDeviceToDisable.setValue(device); in setDeviceToDisable()
101 return mDeviceToDisable; in getDeviceToDisable()