Searched refs:unlockUserWithToken (Results 1 – 4 of 4) sorted by relevance
121 public void unlockUserWithToken(byte[] token, long handle, int userId) {123 TrustedDeviceAgentService.this.unlockUserWithToken(handle, token,
192 mTrustAgentDelegate.unlockUserWithToken(credentials.getEscrowToken().toByteArray(), in unlockUser()
26 void unlockUserWithToken(in byte[] token, in long handle, in int userId); in unlockUserWithToken() method
226 unlockUserWithToken(handle, token, UserHandle.of(uid)); in unlockUserInternally()