Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java195 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenActiveStateChange_true_addTrustedDevice()
212 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenActiveStateChange_addDuplicateDevice()
216 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenActiveStateChange_addDuplicateDevice()
227 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenActiveStateChange_false_doNotAddTrustedDevice()
238 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
248 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
292 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testGetUserHandleByTokenHandle_existingHandle()
/packages/services/Car/car-lib/src/android/car/trust/
DCarTrustAgentEnrollmentManager.java414 void onEscrowTokenActiveStateChanged(long handle, boolean active); in onEscrowTokenActiveStateChanged() method
519 public void onEscrowTokenActiveStateChanged(long handle, boolean active) { in onEscrowTokenActiveStateChanged() method in CarTrustAgentEnrollmentManager.ListenerToEnrollmentService
704 enrollmentCallback.onEscrowTokenActiveStateChanged(data.getLong(KEY_HANDLE), in dispatchEnrollmentCallback()
DICarTrustAgentEnrollmentCallback.aidl54 void onEscrowTokenActiveStateChanged(in long handle, in boolean active); in onEscrowTokenActiveStateChanged() method
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java176 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged(handle, in onEscrowTokenStateReceived()
DCarTrustAgentEnrollmentService.java514 void onEscrowTokenActiveStateChanged(long handle, boolean isTokenActive, int uid) { in onEscrowTokenActiveStateChanged() method in CarTrustAgentEnrollmentService
1061 client.mListener.onEscrowTokenActiveStateChanged(handle, active); in dispatchEscrowTokenActiveStateChanged()
/packages/services/Car/car-lib/api/
Dsystem-current.txt1114 method @Deprecated public void onEscrowTokenActiveStateChanged(long, boolean);