HomeSort by relevance Sort by last modified time
    Searched refs:onTrustTimeout (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/service/trust/
ITrustAgentService.aidl 27 oneway void onTrustTimeout();
TrustAgentService.java 168 onTrustTimeout();
212 public void onTrustTimeout() {
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() {
  /frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
SampleTrustAgent.java 83 public void onTrustTimeout() {
84 super.onTrustTimeout();
85 logAndShowToast("onTrustTimeout(): timeout expired");
  /frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java 151 onTrustTimeout();
298 private void onTrustTimeout() {
300 if (mTrustAgentService != null) mTrustAgentService.onTrustTimeout();
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1576 milliseconds