Searched refs:isMethodSecure (Results 1 – 5 of 5) sorted by relevance
90 public boolean isMethodSecure() { in isMethodSecure() method in UnlockMethodCache
404 } else if (unlockingAllowed || !mUnlockMethodCache.isMethodSecure()) { in calculateMode()
288 boolean canLock = mUnlockMethodCache.isMethodSecure() in updateClickability()
2768 boolean isSecure = mUnlockMethodCache.isMethodSecure(); in logStateToEventlog()3453 mUnlockMethodCache.isMethodSecure(), in updateKeyguardState()
325 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()