Home
last modified time | relevance | path

Searched refs:removeTrustedDevice (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java271 public void removeTrustedDevice(TrustedDevice trustedDevice) { in removeTrustedDevice() method in TrustedDeviceManager
280 mDatabase.removeTrustedDevice(new TrustedDeviceEntity(trustedDevice)); in removeTrustedDevice()
638 removeTrustedDevice(deviceToRemove);
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/storage/
DTrustedDeviceDao.java48 void removeTrustedDevice(TrustedDeviceEntity trustedDevice); in removeTrustedDevice() method
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceManager.aidl60 void removeTrustedDevice(in TrustedDevice trustedDevice); in removeTrustedDevice() method
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ui/
DTrustedDeviceActivity.java228 mTrustedDeviceManager.removeTrustedDevice(trustedDevice); in observeViewModel()