/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/ |
D | TrustedDeviceAgentService.java | 67 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()
|
D | TrustedDeviceManager.java | 202 public void onEscrowTokenAdded(int userId, long handle) { in onEscrowTokenAdded() method in TrustedDeviceManager
|
/packages/services/Car/car-lib/src/android/car/trust/ |
D | CarTrustAgentEnrollmentManager.java | 392 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()
|
D | ICarTrustAgentEnrollmentCallback.aidl | 40 void onEscrowTokenAdded(in long handle); in onEscrowTokenAdded() method
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/ |
D | AddTrustedDeviceActivityTest.java | 130 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/ |
D | CarBleTrustAgent.java | 177 public void onEscrowTokenAdded(byte[] token, long handle, UserHandle user) { in onEscrowTokenAdded() method in CarBleTrustAgent 185 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(token, handle, user.getIdentifier()); in onEscrowTokenAdded()
|
D | CarTrustAgentEnrollmentService.java | 396 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/ |
D | ITrustedDeviceManager.aidl | 33 void onEscrowTokenAdded(in int userId, in long handle); in onEscrowTokenAdded() method
|
/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | AddTrustedDeviceActivity.java | 91 public void onEscrowTokenAdded(long handle) {
|
D | TrustedDeviceListPreferenceController.java | 65 public void onEscrowTokenAdded(long handle) {
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/ |
D | CarTrustAgentEnrollmentServiceTest.java | 169 mCarTrustAgentEnrollmentService.onEscrowTokenAdded(TEST_TOKEN.getBytes(), TEST_HANDLE1, in testOnEscrowTokenAdded_tokenRequiresActivation()
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 1014 method public void onEscrowTokenAdded(long);
|