Searched refs:MSG_FLUSH_TRUST_USUALLY_MANAGED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java106 private static final int MSG_FLUSH_TRUST_USUALLY_MANAGED = 11; field in class:TrustManagerService
224 mHandler.removeMessages(MSG_FLUSH_TRUST_USUALLY_MANAGED);
226 mHandler.obtainMessage(MSG_FLUSH_TRUST_USUALLY_MANAGED),
918 case MSG_FLUSH_TRUST_USUALLY_MANAGED:

Completed in 59 milliseconds