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/
DUnlockMethodCache.java138 public boolean isTrustManaged() { in isTrustManaged() method in UnlockMethodCache
DKeyguardBottomAreaView.java293 boolean clickToForceLock = mUnlockMethodCache.isTrustManaged() in updateLockIconClickability()
295 boolean longClickToForceLock = mUnlockMethodCache.isTrustManaged() in updateLockIconClickability()
409 boolean trustManaged = mUnlockMethodCache.isTrustManaged(); in updateLockIcon()