Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl29 oneway void onTrustTimeout(); in onTrustTimeout() method
H A DTrustAgentService.java274 public void onTrustTimeout() { in onTrustTimeout() method in TrustAgentService
609 public void onTrustTimeout() { in onTrustTimeout() method in TrustAgentService.TrustAgentServiceWrapper
/aosp12/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java438 private void onTrustTimeout() { in onTrustTimeout() method in TrustAgentWrapper