Home
last modified time | relevance | path

Searched defs:onEscrowTokenAdded (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/car-lib/src/android/car/trust/
DICarTrustAgentEnrollmentCallback.aidl42 void onEscrowTokenAdded(in long handle); in onEscrowTokenAdded() method
DCarTrustAgentEnrollmentManager.java396 void onEscrowTokenAdded(long handle); in onEscrowTokenAdded() method
485 public void onEscrowTokenAdded(long handle) { in onEscrowTokenAdded() method in CarTrustAgentEnrollmentManager.ListenerToEnrollmentService
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java67 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded() method in TrustedDeviceAgentService
DTrustedDeviceManager.java202 public void onEscrowTokenAdded(int userId, long handle) { in onEscrowTokenAdded() method in TrustedDeviceManager
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceManager.aidl33 void onEscrowTokenAdded(in int userId, in long handle); in onEscrowTokenAdded() method
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java181 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded() method in CarBleTrustAgent
DCarTrustAgentEnrollmentService.java447 void onEscrowTokenAdded(byte[] token, long handle, int uid) { in onEscrowTokenAdded() method in CarTrustAgentEnrollmentService