Home
last modified time | relevance | path

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

/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
68 super.onEscrowTokenAdded(token, handle, user); in onEscrowTokenAdded()
70 mTrustedDeviceManager.onEscrowTokenAdded(user.getIdentifier(), handle); in onEscrowTokenAdded()
DTrustedDeviceManager.java202 public void onEscrowTokenAdded(int userId, long handle) { in onEscrowTokenAdded() method in TrustedDeviceManager
/packages/services/Car/car-lib/src/android/car/trust/
DCarTrustAgentEnrollmentManager.java396 void onEscrowTokenAdded(long handle); in onEscrowTokenAdded() method
485 public void onEscrowTokenAdded(long handle) { in onEscrowTokenAdded() method in CarTrustAgentEnrollmentManager.ListenerToEnrollmentService
697 enrollmentCallback.onEscrowTokenAdded(data.getLong(KEY_HANDLE)); in dispatchEnrollmentCallback()
DICarTrustAgentEnrollmentCallback.aidl42 void onEscrowTokenAdded(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
189 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(token, handle, user.getIdentifier()); in onEscrowTokenAdded()
DCarTrustAgentEnrollmentService.java447 void onEscrowTokenAdded(byte[] token, long handle, int uid) { in onEscrowTokenAdded() method in CarTrustAgentEnrollmentService
462 client.mListener.onEscrowTokenAdded(handle); in onEscrowTokenAdded()
/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/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java179 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(TEST_TOKEN.getBytes(), TEST_HANDLE1, in testOnEscrowTokenAdded_tokenRequiresActivation()
/packages/services/Car/car-lib/api/
Dsystem-current.txt1115 method @Deprecated public void onEscrowTokenAdded(long);