Searched refs:mAssociatedDevice (Results 1 – 2 of 2) sorted by relevance
45 private AssociatedDevice mAssociatedDevice; field in TrustedDeviceDetailFragment72 mAssociatedDevice = bundle.getParcelable(ASSOCIATED_DEVICE_KEY); in onViewCreated()81 mModel.setDeviceToEnable(mAssociatedDevice); in onViewCreated()96 String deviceName = mAssociatedDevice.getDeviceName(); in setTrustedDeviceTitle()122 if (!device.getDeviceId().equals(mAssociatedDevice.getDeviceId())) { in setTrustedDevices()135 if (device.getDeviceId().equals(mAssociatedDevice.getDeviceId())) { in observeViewModel()136 mAssociatedDevice = device; in observeViewModel()159 if (device.getDeviceId().equals(mAssociatedDevice.getDeviceId())) { in observeViewModel()
35 private final MutableLiveData<AssociatedDevice> mAssociatedDevice = new MutableLiveData<>(null); field in TrustedDeviceViewModel58 mAssociatedDevice.setValue(device); in setAssociatedDevice()96 return mAssociatedDevice; in getAssociatedDevice()