Searched defs:mTrusted (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java45 private boolean mTrusted; field in class:UnlockMethodCache
69 return mTrusted;
100 mTrusted = trusted;
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java87 private boolean mTrusted; field in class:TrustAgentWrapper
118 mTrusted = true;
154 mTrusted = false;
185 mTrusted = false;
401 return mTrusted && mManagingTrust && !mTrustDisabledByDpm;
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java364 if (!clientRecord.mTrusted) {
403 if (routeId != null && clientRecord.mTrusted) {
500 public final boolean mTrusted; field in class:MediaRouterService.ClientRecord
512 mTrusted = trusted;
525 return mTrusted ? mUserRecord.mTrustedState : mUserRecord.mUntrustedState;
532 pw.println(indent + "mTrusted=" + mTrusted);

Completed in 2908 milliseconds