Home
last modified time | relevance | path

Searched defs:onTrustTimeout (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl27 oneway void onTrustTimeout(); in onTrustTimeout() method
DTrustAgentService.java212 public void onTrustTimeout() { in onTrustTimeout() method in TrustAgentService
370 public void onTrustTimeout() { in onTrustTimeout() method in TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
DSampleTrustAgent.java83 public void onTrustTimeout() { in onTrustTimeout() method in SampleTrustAgent
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java298 private void onTrustTimeout() { in onTrustTimeout() method in TrustAgentWrapper