Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/
DKeyStoreAuthorization.java112 public int onDeviceLocked(int userId, @NonNull long[] unlockingSids, in onDeviceLocked() method in KeyStoreAuthorization
116 getService().onDeviceLocked(userId, unlockingSids, weakUnlockEnabled); in onDeviceLocked()
/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl32 oneway void onDeviceLocked(); in onDeviceLocked() method
DTrustAgentService.java253 onDeviceLocked();
357 public void onDeviceLocked() { in onDeviceLocked() method in TrustAgentService
738 public void onDeviceLocked() throws RemoteException { in onDeviceLocked() method in TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/services/companion/java/com/android/server/companion/devicepresence/
DDevicePresenceProcessor.java487 onDeviceLocked(associationId, userId, EVENT_BT_CONNECTED, /* ParcelUuid */ null); in onBluetoothCompanionDeviceConnected()
518 onDeviceLocked(associationId, userId, EVENT_BT_DISCONNECTED, /* ParcelUuid */ null); in onBluetoothCompanionDeviceDisconnected()
541 onDeviceLocked(associationId, userId, EVENT_BLE_APPEARED, /* ParcelUuid */ null); in onBleCompanionDeviceFound()
558 onDeviceLocked(associationId, userId, EVENT_BLE_APPEARED, /* ParcelUuid */ null); in onBleCompanionDeviceLost()
616 onDeviceLocked(associationId, userId, event, uuid); in simulateDeviceEventOnDeviceLocked()
734 onDeviceLocked(NO_ASSOCIATION, userId, eventType, parcelUuid); in onDevicePresenceEventByUuid()
988 private void onDeviceLocked(int associationId, int userId, int event, ParcelUuid uuid) { in onDeviceLocked() method in DevicePresenceProcessor
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java449 onDeviceLocked();
573 public void onDeviceLocked() { in onDeviceLocked() method in TrustAgentWrapper
576 if (mTrustAgentService != null) mTrustAgentService.onDeviceLocked(); in onDeviceLocked()
DTrustManagerService.java1085 agent.agent.onDeviceLocked(); in notifyTrustAgentsOfDeviceLockState()
1103 mKeyStoreAuthorization.onDeviceLocked(userId, getBiometricSids(authUserId), in notifyKeystoreOfDeviceLockState()
1106 mKeyStoreAuthorization.onDeviceLocked(userId, getBiometricSids(userId), false); in notifyKeystoreOfDeviceLockState()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java434 .onDeviceLocked(eq(PARENT_USER_ID), eq(PARENT_BIOMETRIC_SIDS), eq(false)); in testLockDeviceForManagedProfileWithUnifiedChallenge_usesParentBiometricSids()
436 .onDeviceLocked(eq(PROFILE_USER_ID), eq(PARENT_BIOMETRIC_SIDS), eq(false)); in testLockDeviceForManagedProfileWithUnifiedChallenge_usesParentBiometricSids()
453 .onDeviceLocked(eq(PROFILE_USER_ID), eq(PROFILE_BIOMETRIC_SIDS), eq(false)); in testLockDeviceForManagedProfileWithSeparateChallenge_usesProfileBiometricSids()
796 verify(mKeyStoreAuthorization).onDeviceLocked(eq(TEST_USER_ID), any(), in verifyWeakUnlockValue()
/frameworks/base/core/api/
Dsystem-current.txt13363 method public void onDeviceLocked();
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49750 Landroid/service/trust/ITrustAgentService$Stub$Proxy;->onDeviceLocked()V
49773 Landroid/service/trust/ITrustAgentService;->onDeviceLocked()V
49819 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onDeviceLocked()V