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

/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardStateMonitor.java78 public boolean isTrusted() { method in class:KeyguardStateMonitor
H A DKeyguardServiceWrapper.java240 public boolean isTrusted() { method in class:KeyguardServiceWrapper
241 return mKeyguardStateMonitor.isTrusted();
H A DKeyguardServiceDelegate.java206 public boolean isTrusted() { method in class:KeyguardServiceDelegate
208 return mKeyguardService.isTrusted();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockMethodCache.java69 public boolean isTrusted() { method in class:UnlockMethodCache
H A DLockIcon.java261 && !mUnlockMethodCache.isTrusted()) {
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java400 public boolean isTrusted() { method in class:TrustAgentWrapper
H A DTrustManagerService.java551 if (info.agent.isTrusted()) {
792 boolean trusted = info.agent.isTrusted();
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3707 return mKeyguardDelegate != null && mKeyguardDelegate.isTrusted()
5416 final boolean trusted = mKeyguardDelegate.isTrusted();

Completed in 913 milliseconds