Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java64 public boolean isMethodSecure() { in isMethodSecure() method in UnlockMethodCache
DPhoneStatusBar.java3098 boolean isSecure = mUnlockMethodCache.isMethodSecure(); in logStateToEventlog()