Home
last modified time | relevance | path

Searched refs:isTrusted (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/services/mediaanalytics/
DMediaAnalyticsService.cpp213 bool isTrusted = false; in submit() local
221 isTrusted = true; in submit()
230 isTrusted = false; in submit()
240 if (contentValid(item, isTrusted) == false) { in submit()
652 bool MediaAnalyticsService::contentValid(MediaAnalyticsItem *item, bool isTrusted) { in contentValid() argument
655 if (isTrusted == false) { in contentValid()
DMediaAnalyticsService.h73 bool contentValid(MediaAnalyticsItem *item, bool isTrusted);
/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardServiceWrapper.java239 public boolean isTrusted() { in isTrusted() method in KeyguardServiceWrapper
240 return mKeyguardStateMonitor.isTrusted(); in isTrusted()
DKeyguardStateMonitor.java78 public boolean isTrusted() { in isTrusted() method in KeyguardStateMonitor
DKeyguardServiceDelegate.java213 public boolean isTrusted() { in isTrusted() method in KeyguardServiceDelegate
215 return mKeyguardService.isTrusted(); in isTrusted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java245 if (mUnlockMethodCache.isTrustManaged() && mUnlockMethodCache.isTrusted() in getIconForState()
284 && !mUnlockMethodCache.isTrusted()) { in getAnimationResForTransition()
DUnlockMethodCache.java69 public boolean isTrusted() { in isTrusted() method in UnlockMethodCache
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java638 if (info.agent.isTrusted()) { in aggregateIsTrusted()
903 boolean trusted = info.agent.isTrusted();
DTrustAgentWrapper.java537 public boolean isTrusted() { in isTrusted() method in TrustAgentWrapper
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java6851 return mKeyguardDelegate.isTrusted(); in isKeyguardTrustedLw()