Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java181 when(mUnlockMethodCache.isMethodSecure()).thenReturn(false); in lockscreenStateMetrics_notShowing()
199 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true); in lockscreenStateMetrics_notShowing_secure()
218 when(mUnlockMethodCache.isMethodSecure()).thenReturn(false); in lockscreenStateMetrics_isShowing()
237 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true); in lockscreenStateMetrics_isShowing_secure()
256 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true); in lockscreenStateMetrics_isShowingBouncer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java65 public boolean isMethodSecure() { in isMethodSecure() method in UnlockMethodCache
DFingerprintUnlockController.java277 } else if (unlockingAllowed || !mUnlockMethodCache.isMethodSecure()) { in calculateMode()
DStatusBar.java3854 boolean isSecure = mUnlockMethodCache.isMethodSecure(); in logStateToEventlog()
4410 mUnlockMethodCache.isMethodSecure(), in updateKeyguardState()