Home
last modified time | relevance | path

Searched refs:onEscrowTokenAdded (Results 1 – 12 of 12) 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.java392 void onEscrowTokenAdded(long handle); in onEscrowTokenAdded() method
481 public void onEscrowTokenAdded(long handle) { in onEscrowTokenAdded() method in CarTrustAgentEnrollmentManager.ListenerToEnrollmentService
693 enrollmentCallback.onEscrowTokenAdded(data.getLong(KEY_HANDLE)); in dispatchEnrollmentCallback()
DICarTrustAgentEnrollmentCallback.aidl40 void onEscrowTokenAdded(in long handle); in onEscrowTokenAdded() method
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/
DAddTrustedDeviceActivityTest.java130 callBack.getValue().onEscrowTokenAdded(1); in onStart_has_activated_handle_finish()
177 callBack.getValue().onEscrowTokenAdded(1); in onEscrowTokenAdded_showCheckLockFragment()
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java177 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded() method in CarBleTrustAgent
185 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(token, handle, user.getIdentifier()); in onEscrowTokenAdded()
DCarTrustAgentEnrollmentService.java396 void onEscrowTokenAdded(byte[] token, long handle, int uid) { in onEscrowTokenAdded() method in CarTrustAgentEnrollmentService
411 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/apps/Car/Settings/src/com/android/car/settings/security/
DAddTrustedDeviceActivity.java91 public void onEscrowTokenAdded(long handle) {
DTrustedDeviceListPreferenceController.java65 public void onEscrowTokenAdded(long handle) {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java169 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(TEST_TOKEN.getBytes(), TEST_HANDLE1, in testOnEscrowTokenAdded_tokenRequiresActivation()
/packages/services/Car/car-lib/api/
Dsystem-current.txt1014 method public void onEscrowTokenAdded(long);