Searched refs:onEscrowTokenActiveStateChanged (Results 1 – 10 of 10) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/ |
D | CarTrustAgentEnrollmentServiceTest.java | 185 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/ |
D | CarTrustAgentEnrollmentManager.java | 410 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()
|
D | ICarTrustAgentEnrollmentCallback.aidl | 52 void onEscrowTokenActiveStateChanged(in long handle, in boolean active); in onEscrowTokenActiveStateChanged() method
|
/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | AddTrustedDeviceActivity.java | 103 public void onEscrowTokenActiveStateChanged(long handle, boolean active) {
|
D | TrustedDeviceListPreferenceController.java | 74 public void onEscrowTokenActiveStateChanged(long handle, boolean active) {
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/security/ |
D | TrustedDeviceListPreferenceControllerTest.java | 142 callBack.getValue().onEscrowTokenActiveStateChanged(mUpdatedDevices.get(0).getHandle(), in onDeviceAdded_refreshUi()
|
D | AddTrustedDeviceActivityTest.java | 224 callBack.getValue().onEscrowTokenActiveStateChanged(1, true); in onStart_onEscrowTokenActiveStateChanged_activated_finish()
|
/packages/services/Car/service/src/com/android/car/trust/ |
D | CarTrustAgentEnrollmentService.java | 463 void onEscrowTokenActiveStateChanged(long handle, boolean isTokenActive, int uid) { in onEscrowTokenActiveStateChanged() method in CarTrustAgentEnrollmentService 1005 client.mListener.onEscrowTokenActiveStateChanged(handle, active); in dispatchEscrowTokenActiveStateChanged()
|
D | CarBleTrustAgent.java | 172 mCarTrustAgentEnrollmentService.onEscrowTokenActiveStateChanged(handle, in onEscrowTokenStateReceived()
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 1013 method public void onEscrowTokenActiveStateChanged(long, boolean);
|