Searched refs:onDeviceUnlocked (Results 1 – 9 of 9) sorted by relevance
91 public int onDeviceUnlocked(int userId, @Nullable byte[] password) { in onDeviceUnlocked() method in KeyStoreAuthorization94 getService().onDeviceUnlocked(userId, password); in onDeviceUnlocked()
33 oneway void onDeviceUnlocked(); in onDeviceUnlocked() method
256 onDeviceUnlocked();364 public void onDeviceUnlocked() { in onDeviceUnlocked() method in TrustAgentService743 public void onDeviceUnlocked() throws RemoteException { in onDeviceUnlocked() method in TrustAgentService.TrustAgentServiceWrapper
451 onDeviceUnlocked();585 public void onDeviceUnlocked() { in onDeviceUnlocked() method in TrustAgentWrapper587 if (mTrustAgentService != null) mTrustAgentService.onDeviceUnlocked(); in onDeviceUnlocked()
1087 agent.agent.onDeviceUnlocked(); in notifyTrustAgentsOfDeviceLockState()1112 mKeyStoreAuthorization.onDeviceUnlocked(userId, /* password= */ null); in notifyKeystoreOfDeviceLockState()
428 verify(mKeyStoreAuthorization).onDeviceUnlocked(PARENT_USER_ID, null); in testLockDeviceForManagedProfileWithUnifiedChallenge_usesParentBiometricSids()429 verify(mKeyStoreAuthorization).onDeviceUnlocked(PROFILE_USER_ID, null); in testLockDeviceForManagedProfileWithUnifiedChallenge_usesParentBiometricSids()449 verify(mKeyStoreAuthorization).onDeviceUnlocked(PROFILE_USER_ID, null); in testLockDeviceForManagedProfileWithSeparateChallenge_usesProfileBiometricSids()792 verify(mKeyStoreAuthorization).onDeviceUnlocked(TEST_USER_ID, null); in verifyWeakUnlockValue()
1518 mKeyStoreAuthorization.onDeviceUnlocked(userId, sp.deriveKeyStorePassword()); in unlockKeystore()
13365 method public void onDeviceUnlocked();
49751 Landroid/service/trust/ITrustAgentService$Stub$Proxy;->onDeviceUnlocked()V49774 Landroid/service/trust/ITrustAgentService;->onDeviceUnlocked()V49820 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceUnlocked()V