Home
last modified time | relevance | path

Searched refs:isMethodSecure (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java90 public boolean isMethodSecure() { in isMethodSecure() method in UnlockMethodCache
DBiometricUnlockController.java404 } else if (unlockingAllowed || !mUnlockMethodCache.isMethodSecure()) { in calculateMode()
DLockIcon.java288 boolean canLock = mUnlockMethodCache.isMethodSecure() in updateClickability()
DStatusBar.java2768 boolean isSecure = mUnlockMethodCache.isMethodSecure(); in logStateToEventlog()
3453 mUnlockMethodCache.isMethodSecure(), in updateKeyguardState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java325 when(mUnlockMethodCache.isMethodSecure()).thenReturn(false); in lockscreenStateMetrics_notShowing()
343 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true); in lockscreenStateMetrics_notShowing_secure()
362 when(mUnlockMethodCache.isMethodSecure()).thenReturn(false); in lockscreenStateMetrics_isShowing()
381 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true); in lockscreenStateMetrics_isShowing_secure()
400 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true); in lockscreenStateMetrics_isShowingBouncer()