Home
last modified time | relevance | path

Searched defs:onUserRequestedUnlock (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl28 oneway void onUserRequestedUnlock(boolean dismissKeyguard); in onUserRequestedUnlock() method
H A DTrustAgentService.java340 public void onUserRequestedUnlock(boolean dismissKeyguard) { in onUserRequestedUnlock() method in TrustAgentService
711 public void onUserRequestedUnlock(boolean dismissKeyguard) { in onUserRequestedUnlock() method in TrustAgentService.TrustAgentServiceWrapper
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java533 public void onUserRequestedUnlock(boolean dismissKeyguard) { in onUserRequestedUnlock() method in TrustAgentWrapper