Searched defs:onTrustTimeout (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java208 onTrustTimeout();
274 public void onTrustTimeout() { method in class:TrustAgentService
366 * by the system or {@link DevicePolicyManager} restrictions. See {@link #onTrustTimeout()}
394 * by the system or {@link DevicePolicyManager} restrictions. See {@link #onTrustTimeout()}
584 public void onTrustTimeout() { method in class:TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java161 onTrustTimeout();
422 private void onTrustTimeout() { method in class:TrustAgentWrapper
424 if (mTrustAgentService != null) mTrustAgentService.onTrustTimeout();

Completed in 129 milliseconds