Home
last modified time | relevance | path

Searched defs:removeEscrowToken (Results 1 – 4 of 4) sorted by relevance

/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/
DICarTrustAgentEnrollment.aidl38 void removeEscrowToken(in long handle, int uid); in removeEscrowToken() method
DCarTrustAgentEnrollmentManager.java212 public void removeEscrowToken(long handle, int uid) { in removeEscrowToken() method in CarTrustAgentEnrollmentManager
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java334 public void removeEscrowToken(long handle, int uid) { in removeEscrowToken() method in CarTrustAgentEnrollmentService
1026 void removeEscrowToken(long handle, int uid); in removeEscrowToken() method