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