Searched defs:MSG_FLUSH_TRUST_USUALLY_MANAGED (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 13 milliseconds