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.java54 private boolean mDebugUnlocked = false; field in UnlockMethodCache
70 mDebugUnlocked = !mDebugUnlocked; in UnlockMethodCache()
123 || (Build.IS_DEBUGGABLE && DEBUG_AUTH_WITH_ADB && mDebugUnlocked); in update()
153 pw.println(" mDebugUnlocked: " + mDebugUnlocked); in dump()