Home
last modified time | relevance | path

Searched refs:removeEscrowToken (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java303 removeEscrowToken(handle, uid); in terminateEnrollmentHandshake()
334 public void removeEscrowToken(long handle, int uid) { in removeEscrowToken() method in CarTrustAgentEnrollmentService
336 mEnrollmentDelegate.removeEscrowToken(handle, uid); in removeEscrowToken()
350 removeEscrowToken(device.getHandle(), uid); in removeAllTrustedDevices()
454 removeEscrowToken(handle, uid); in onEscrowTokenAdded()
526 removeEscrowToken(handle, uid); in onEscrowTokenActiveStateChanged()
535 removeEscrowToken(sharedPrefs.getLong(mClientDeviceId, -1), uid); in onEscrowTokenActiveStateChanged()
562 removeEscrowToken(handle, uid); in onEscrowTokenActiveStateChanged()
571 removeEscrowToken(handle, uid); in onEscrowTokenActiveStateChanged()
580 removeEscrowToken(handle, uid); in onEscrowTokenActiveStateChanged()
[all …]
DCarBleTrustAgent.java292 public void removeEscrowToken(long handle, int uid) {
298 CarBleTrustAgent.this.removeEscrowToken(handle,
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java130 public void removeEscrowToken(long handle, int userId) {
132 TrustedDeviceAgentService.this.removeEscrowToken(handle, UserHandle.of(userId));
DTrustedDeviceManager.java278 mTrustAgentDelegate.removeEscrowToken(trustedDevice.getHandle(), in removeTrustedDevice()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java91 public void removeEscrowToken(long handle, int uid) {
218 verify(mEnrollDelegate).removeEscrowToken(eq(TEST_HANDLE1), eq(mUserId)); in testOnEscrowTokenActiveStateChange_addDuplicateDevice()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceAgentDelegate.aidl29 void removeEscrowToken(in long handle, in int userId); in removeEscrowToken() method
/packages/services/Car/car-lib/src/android/car/trust/
DCarTrustAgentEnrollmentManager.java212 public void removeEscrowToken(long handle, int uid) { in removeEscrowToken() method in CarTrustAgentEnrollmentManager
214 mEnrollmentService.removeEscrowToken(handle, uid); in removeEscrowToken()
DICarTrustAgentEnrollment.aidl38 void removeEscrowToken(in long handle, int uid); in removeEscrowToken() method
/packages/services/Car/car-lib/api/
Dsystem-current.txt1092 …esPermission(android.car.Car.PERMISSION_CAR_ENROLL_TRUST) public void removeEscrowToken(long, int);