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

  /frameworks/base/core/java/android/service/trust/
ITrustAgentService.aidl 29 oneway void onTrustTimeout();
TrustAgentService.java 208 onTrustTimeout();
274 public void onTrustTimeout() {
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() {
  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarBleTrustAgent.java 98 public void onTrustTimeout() {
99 super.onTrustTimeout();
101 Log.d(TAG, "onTrustTimeout(): timeout expired");
  /frameworks/base/services/core/java/com/android/server/trust/
TrustAgentWrapper.java 161 onTrustTimeout();
422 private void onTrustTimeout() {
424 if (mTrustAgentService != null) mTrustAgentService.onTrustTimeout();

Completed in 215 milliseconds