Home
last modified time | relevance | path

Searched refs:onUnlockLockout (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl28 oneway void onUnlockLockout(int timeoutMs); in onUnlockLockout() method
DTrustAgentService.java604 public void onUnlockLockout(int timeoutMs) { in onUnlockLockout() method in TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java464 public void onUnlockLockout(int timeoutMs) { in onUnlockLockout() method in TrustAgentWrapper
467 mTrustAgentService.onUnlockLockout(timeoutMs); in onUnlockLockout()
DTrustManagerService.java922 info.agent.onUnlockLockout(timeoutMs); in dispatchUnlockLockout()