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

/frameworks/base/core/java/android/app/trust/
H A DTrustManager.java37 private static final int MSG_TRUST_CHANGED = 1; field in class:TrustManager
140 Message m = mHandler.obtainMessage(MSG_TRUST_CHANGED, (enabled ? 1 : 0), userId,
227 case MSG_TRUST_CHANGED:

Completed in 50 milliseconds