Searched refs:onTrustTimeout (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java151 onTrustTimeout();
298 private void onTrustTimeout() { method in class:TrustAgentWrapper
300 if (mTrustAgentService != null) mTrustAgentService.onTrustTimeout();
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java83 public void onTrustTimeout() { method in class:SampleTrustAgent
84 super.onTrustTimeout();
85 logAndShowToast("onTrustTimeout(): timeout expired");
/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl27 oneway void onTrustTimeout();
H A DTrustAgentService.java168 onTrustTimeout();
212 public void onTrustTimeout() { method in class:TrustAgentService
257 * by the system or {@link DevicePolicyManager} restrictions. See {@link #onTrustTimeout()}
285 * by the system or {@link DevicePolicyManager} restrictions. See {@link #onTrustTimeout()}
370 public void onTrustTimeout() { method in class:TrustAgentService.TrustAgentServiceWrapper

Completed in 837 milliseconds