Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/storage/
DTrustedDeviceDao.java37 List<TrustedDeviceEntity> getTrustedDevicesForUser(int userId); in getTrustedDevicesForUser() method
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java256 mDatabase.getTrustedDevicesForUser(ActivityManager.getCurrentUser()); in getTrustedDevicesForActiveUser()