Home
last modified time | relevance | path

Searched refs:onDeviceUnlocked (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyStoreAuthorization.java91 public int onDeviceUnlocked(int userId, @Nullable byte[] password) { in onDeviceUnlocked() method in KeyStoreAuthorization
94 getService().onDeviceUnlocked(userId, password); in onDeviceUnlocked()
/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl33 oneway void onDeviceUnlocked(); in onDeviceUnlocked() method
DTrustAgentService.java256 onDeviceUnlocked();
364 public void onDeviceUnlocked() { in onDeviceUnlocked() method in TrustAgentService
743 public void onDeviceUnlocked() throws RemoteException { in onDeviceUnlocked() method in TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java451 onDeviceUnlocked();
585 public void onDeviceUnlocked() { in onDeviceUnlocked() method in TrustAgentWrapper
587 if (mTrustAgentService != null) mTrustAgentService.onDeviceUnlocked(); in onDeviceUnlocked()
DTrustManagerService.java1087 agent.agent.onDeviceUnlocked(); in notifyTrustAgentsOfDeviceLockState()
1112 mKeyStoreAuthorization.onDeviceUnlocked(userId, /* password= */ null); in notifyKeystoreOfDeviceLockState()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java428 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()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1518 mKeyStoreAuthorization.onDeviceUnlocked(userId, sp.deriveKeyStorePassword()); in unlockKeystore()
/frameworks/base/core/api/
Dsystem-current.txt13365 method public void onDeviceUnlocked();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49751 Landroid/service/trust/ITrustAgentService$Stub$Proxy;->onDeviceUnlocked()V
49774 Landroid/service/trust/ITrustAgentService;->onDeviceUnlocked()V
49820 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceUnlocked()V