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