Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceDetailFragment.java47 private TrustedDevice mTrustedDevice; field in TrustedDeviceDetailFragment
78 if (isChecked && mTrustedDevice == null) { in onViewCreated()
83 } else if (!isChecked && mTrustedDevice != null) { in onViewCreated()
86 mModel.setDeviceToDisable(mTrustedDevice); in onViewCreated()
108 mTrustedDevice = null; in setTrustedDevices()
113 mTrustedDevice = null; in setTrustedDevices()
126 mTrustedDevice = device; in setTrustedDevices()
148 if (mTrustedDevice.equals(device)) { in observeViewModel()
149 mTrustedDevice = null; in observeViewModel()
160 mTrustedDevice = device; in observeViewModel()