Home
last modified time | relevance | path

Searched defs:onDeviceUnlocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyStoreAuthorization.java91 public int onDeviceUnlocked(int userId, @Nullable byte[] password) { in onDeviceUnlocked() method in KeyStoreAuthorization
/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl33 oneway void onDeviceUnlocked(); in onDeviceUnlocked() method
DTrustAgentService.java364 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.java585 public void onDeviceUnlocked() { in onDeviceUnlocked() method in TrustAgentWrapper