Searched defs:isTrusted (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java69 public boolean isTrusted() { method in class:UnlockMethodCache
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardStateMonitor.java78 public boolean isTrusted() { method in class:KeyguardStateMonitor
H A DKeyguardServiceWrapper.java239 public boolean isTrusted() { method in class:KeyguardServiceWrapper
240 return mKeyguardStateMonitor.isTrusted();
H A DKeyguardServiceDelegate.java213 public boolean isTrusted() { method in class:KeyguardServiceDelegate
215 return mKeyguardService.isTrusted();
/frameworks/av/services/mediaanalytics/
H A DMediaAnalyticsService.cpp213 bool isTrusted = false; local
221 isTrusted = true;
230 isTrusted = false;
240 if (contentValid(item, isTrusted) == false) {
652 bool MediaAnalyticsService::contentValid(MediaAnalyticsItem *item, bool isTrusted) { argument
655 if (isTrusted == false) {
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java537 public boolean isTrusted() { method in class:TrustAgentWrapper

Completed in 211 milliseconds