Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java57 private boolean mDebugUnlocked = false; field in UnlockMethodCache
72 mDebugUnlocked = !mDebugUnlocked; in UnlockMethodCache()
118 || (Build.IS_DEBUGGABLE && DEBUG_AUTH_WITH_ADB && mDebugUnlocked); in update()