Home
last modified time | relevance | path

Searched refs:unlockUserWithToken (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/feature/trust/
DTrustedDeviceAgentService.java121 public void unlockUserWithToken(byte[] token, long handle, int userId) {
123 TrustedDeviceAgentService.this.unlockUserWithToken(handle, token,
DTrustedDeviceManager.java192 mTrustAgentDelegate.unlockUserWithToken(credentials.getEscrowToken().toByteArray(), in unlockUser()
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/api/internal/trust/
DITrustedDeviceAgentDelegate.aidl26 void unlockUserWithToken(in byte[] token, in long handle, in int userId); in unlockUserWithToken() method
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java226 unlockUserWithToken(handle, token, UserHandle.of(uid)); in unlockUserInternally()