Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java117 mCarTrustAgentEnrollmentService.onEscrowTokenRemoved(TEST_HANDLE1, mUserId); in tearDown()
118 mCarTrustAgentEnrollmentService.onEscrowTokenRemoved(TEST_HANDLE2, mUserId); in tearDown()
259 mCarTrustAgentEnrollmentService.onEscrowTokenRemoved(TEST_HANDLE1, mUserId); in testOnEscrowTokenRemoved_removeOneTrustedDevice()
/packages/services/Car/car-lib/src/android/car/trust/
DCarTrustAgentEnrollmentManager.java405 void onEscrowTokenRemoved(long handle); in onEscrowTokenRemoved() method
502 public void onEscrowTokenRemoved(long handle) { in onEscrowTokenRemoved() method in CarTrustAgentEnrollmentManager.ListenerToEnrollmentService
712 enrollmentCallback.onEscrowTokenRemoved(data.getLong(KEY_HANDLE)); in dispatchEnrollmentCallback()
DICarTrustAgentEnrollmentCallback.aidl49 void onEscrowTokenRemoved(in long handle); in onEscrowTokenRemoved() method
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java154 public void onEscrowTokenRemoved(long handle, boolean successful) { in onEscrowTokenRemoved() method in CarBleTrustAgent
162 mCarTrustAgentEnrollmentService.onEscrowTokenRemoved(handle, in onEscrowTokenRemoved()
DCarTrustAgentEnrollmentService.java472 void onEscrowTokenRemoved(long handle, int uid) { in onEscrowTokenRemoved() method in CarTrustAgentEnrollmentService
478 client.mListener.onEscrowTokenRemoved(handle); in onEscrowTokenRemoved()
/packages/services/Car/car-lib/api/
Dsystem-current.txt1116 method @Deprecated public void onEscrowTokenRemoved(long);