Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/TrustTests/src/android/trust/test/
H A DUserUnlockRequestTest.kt75 trustManager.reportUserMayRequestUnlock(userId)
85 trustManager.reportUserMayRequestUnlock(userId + 1)
/aosp14/frameworks/base/core/java/android/app/trust/
H A DITrustManager.aidl30 void reportUserMayRequestUnlock(int userId); in reportUserMayRequestUnlock() method
H A DTrustManager.java115 public void reportUserMayRequestUnlock(int userId) { in reportUserMayRequestUnlock() method in TrustManager
117 mService.reportUserMayRequestUnlock(userId); in reportUserMayRequestUnlock()
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java1630 public void reportUserMayRequestUnlock(int userId) throws RemoteException {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java2907 mTrustManager.reportUserMayRequestUnlock(KeyguardUpdateMonitor.getCurrentUser()); in initiateActiveUnlock()