Searched refs:mTrustedDevices (Results 1 – 1 of 1) sorted by relevance
34 private final MutableLiveData<List<TrustedDevice>> mTrustedDevices = new MutableLiveData<>(); field in TrustedDeviceViewModel49 mTrustedDevices.postValue(devices); in setTrustedDevices()91 return mTrustedDevices; in getTrustedDevices()