Searched refs:isMethodSecure (Results 1 – 4 of 4) sorted by relevance
181 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()
65 public boolean isMethodSecure() { in isMethodSecure() method in UnlockMethodCache
277 } else if (unlockingAllowed || !mUnlockMethodCache.isMethodSecure()) { in calculateMode()
3854 boolean isSecure = mUnlockMethodCache.isMethodSecure(); in logStateToEventlog()4410 mUnlockMethodCache.isMethodSecure(), in updateKeyguardState()