Searched refs:mTrustedDevice (Results 1 – 1 of 1) sorted by relevance
47 private TrustedDevice mTrustedDevice; field in TrustedDeviceDetailFragment78 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()