Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardDisableHandler.java37 private static final int ALLOW_DISABLE_YES = 1; field in KeyguardDisableHandler
79 if (mAllowDisableKeyguard != ALLOW_DISABLE_YES) { in handleMessage()
106 ALLOW_DISABLE_YES : ALLOW_DISABLE_NO; in updateAllowState()
118 if (mAllowDisableKeyguard == ALLOW_DISABLE_YES) { in acquired()