Home
last modified time | relevance | path

Searched refs:addEscrowToken (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java115 public void addEscrowToken(byte[] token, int userId) {
117 TrustedDeviceAgentService.this.addEscrowToken(token, UserHandle.of(userId));
DTrustedDeviceManager.java160 mTrustAgentDelegate.addEscrowToken(token, ActivityManager.getCurrentUser()); in startEnrollment()
380 trustAgentDelegate.addEscrowToken(mPendingToken, ActivityManager.getCurrentUser()); in setTrustedDeviceAgentDelegate()
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java281 public void addEscrowToken(byte[] token, int uid) {
288 CarBleTrustAgent.this.addEscrowToken(token, UserHandle.of(uid));
DCarTrustAgentEnrollmentService.java736 mEnrollmentDelegate.addEscrowToken( in notifyEscrowTokenReceived()
1018 void addEscrowToken(byte[] token, int uid); in addEscrowToken() method
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceAgentDelegate.aidl23 void addEscrowToken(in byte[] token, in int userId); in addEscrowToken() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java87 public void addEscrowToken(byte[] token, int uid) {