Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceManager.java244 notifyTrustedDeviceCallbacks(callback -> { in onEscrowTokenActivated()
285 notifyTrustedDeviceCallbacks(callback -> { in removeTrustedDevice()
516 private void notifyTrustedDeviceCallbacks(Consumer<ITrustedDeviceCallback> notification) { in notifyTrustedDeviceCallbacks() method in TrustedDeviceManager