Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java65 public boolean isMethodSecure() { in isMethodSecure() method in UnlockMethodCache
DFingerprintUnlockController.java319 } else if (unlockingAllowed || !mUnlockMethodCache.isMethodSecure()) { in calculateMode()
DStatusBar.java3272 boolean isSecure = mUnlockMethodCache.isMethodSecure(); in logStateToEventlog()
3846 mUnlockMethodCache.isMethodSecure(), in updateKeyguardState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java269 when(mUnlockMethodCache.isMethodSecure()).thenReturn(false); in lockscreenStateMetrics_notShowing()
287 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true); in lockscreenStateMetrics_notShowing_secure()
306 when(mUnlockMethodCache.isMethodSecure()).thenReturn(false); in lockscreenStateMetrics_isShowing()
325 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true); in lockscreenStateMetrics_isShowing_secure()
344 when(mUnlockMethodCache.isMethodSecure()).thenReturn(true); in lockscreenStateMetrics_isShowingBouncer()