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.java34 private static final int ALLOW_DISABLE_YES = 1; field in KeyguardDisableHandler
76 if (mAllowDisableKeyguard != ALLOW_DISABLE_YES) { in handleMessage()
103 ALLOW_DISABLE_YES : ALLOW_DISABLE_NO; in updateAllowState()
115 if (mAllowDisableKeyguard == ALLOW_DISABLE_YES) { in acquired()