Home
last modified time | relevance | path

Searched refs:reportUserMayRequestUnlock (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/TrustTests/src/android/trust/test/
DUserUnlockRequestTest.kt75 trustManager.reportUserMayRequestUnlock(userId) in reportUserMayRequestUnlock_propagatesToAgent()
85 trustManager.reportUserMayRequestUnlock(userId + 1) in reportUserMayRequestUnlock_differentUserId_doesNotPropagateToAgent()
/frameworks/base/core/java/android/app/trust/
DITrustManager.aidl30 void reportUserMayRequestUnlock(int userId); in reportUserMayRequestUnlock() method
DTrustManager.java125 public void reportUserMayRequestUnlock(int userId) { in reportUserMayRequestUnlock() method in TrustManager
127 mService.reportUserMayRequestUnlock(userId); in reportUserMayRequestUnlock()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1788 public void reportUserMayRequestUnlock(int userId) throws RemoteException {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java2640 mTrustManager.reportUserMayRequestUnlock(mSelectedUserInteractor.getSelectedUserId()); in initiateActiveUnlock()