Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/storage/
DTrustedDeviceDao.java33 TrustedDeviceEntity getTrustedDevice(String deviceId); in getTrustedDevice() method
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java448 TrustedDeviceEntity entity = mDatabase.getTrustedDevice(device.getDeviceId()); in processUnlockMessage()