Home
last modified time | relevance | path

Searched defs:onDeviceLocked (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/
DKeyStoreAuthorization.java112 public int onDeviceLocked(int userId, @NonNull long[] unlockingSids, in onDeviceLocked() method in KeyStoreAuthorization
/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl32 oneway void onDeviceLocked(); in onDeviceLocked() method
DTrustAgentService.java357 public void onDeviceLocked() { in onDeviceLocked() method in TrustAgentService
738 public void onDeviceLocked() throws RemoteException { in onDeviceLocked() method in TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java573 public void onDeviceLocked() { in onDeviceLocked() method in TrustAgentWrapper
/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DDevicePresenceProcessor.java988 private void onDeviceLocked(int associationId, int userId, int event, ParcelUuid uuid) { in onDeviceLocked() method in DevicePresenceProcessor