Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java185 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenActiveStateChange_true_addTrustedDevice()
202 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenActiveStateChange_addDuplicateDevice()
206 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenActiveStateChange_addDuplicateDevice()
217 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenActiveStateChange_false_doNotAddTrustedDevice()
228 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
238 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
274 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged( in testGetUserHandleByTokenHandle_existingHandle()
/packages/services/Car/car-lib/src/android/car/trust/
DCarTrustAgentEnrollmentManager.java410 void onEscrowTokenActiveStateChanged(long handle, boolean active); in onEscrowTokenActiveStateChanged() method
515 public void onEscrowTokenActiveStateChanged(long handle, boolean active) { in onEscrowTokenActiveStateChanged() method in CarTrustAgentEnrollmentManager.ListenerToEnrollmentService
700 enrollmentCallback.onEscrowTokenActiveStateChanged(data.getLong(KEY_HANDLE), in dispatchEnrollmentCallback()
DICarTrustAgentEnrollmentCallback.aidl52 void onEscrowTokenActiveStateChanged(in long handle, in boolean active); in onEscrowTokenActiveStateChanged() method
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DAddTrustedDeviceActivity.java103 public void onEscrowTokenActiveStateChanged(long handle, boolean active) {
DTrustedDeviceListPreferenceController.java74 public void onEscrowTokenActiveStateChanged(long handle, boolean active) {
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/
DTrustedDeviceListPreferenceControllerTest.java142 callBack.getValue().onEscrowTokenActiveStateChanged(mUpdatedDevices.get(0).getHandle(), in onDeviceAdded_refreshUi()
DAddTrustedDeviceActivityTest.java224 callBack.getValue().onEscrowTokenActiveStateChanged(1, true); in onStart_onEscrowTokenActiveStateChanged_activated_finish()
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java463 void onEscrowTokenActiveStateChanged(long handle, boolean isTokenActive, int uid) { in onEscrowTokenActiveStateChanged() method in CarTrustAgentEnrollmentService
1005 client.mListener.onEscrowTokenActiveStateChanged(handle, active); in dispatchEscrowTokenActiveStateChanged()
DCarBleTrustAgent.java172 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged(handle, in onEscrowTokenStateReceived()
/packages/services/Car/car-lib/api/
Dsystem-current.txt1013 method public void onEscrowTokenActiveStateChanged(long, boolean);