Home
last modified time | relevance | path

Searched refs:isTrustManaged (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java201 boolean trustManaged = mUnlockMethodCache.isTrustManaged() && !trustHidden; in update()
211 boolean clickToForceLock = mUnlockMethodCache.isTrustManaged() in updateClickability()
213 boolean longClickToForceLock = mUnlockMethodCache.isTrustManaged() in updateClickability()
245 if (mUnlockMethodCache.isTrustManaged() && mUnlockMethodCache.isTrusted() in getIconForState()
DUnlockMethodCache.java159 public boolean isTrustManaged() { in isTrustManaged() method in UnlockMethodCache