Home
last modified time | relevance | path

Searched refs:MSG_REVOKE_TRUST (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java62 private static final int MSG_REVOKE_TRUST = 2; field in TrustAgentWrapper
166 case MSG_REVOKE_TRUST:
170 if (msg.what == MSG_REVOKE_TRUST) {
286 mHandler.sendEmptyMessage(MSG_REVOKE_TRUST);
397 mHandler.sendEmptyMessage(MSG_REVOKE_TRUST);
593 mHandler.sendEmptyMessage(MSG_REVOKE_TRUST); in destroy()