Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DKeyguardDisableHandler.java36 private static final int ALLOW_DISABLE_UNKNOWN = -1; // check with DevicePolicyManager field in KeyguardDisableHandler
37 private int mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; // sync'd by mKeyguardTokenWatcher
71 mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; in handleMessage()
112 if (mAllowDisableKeyguard == ALLOW_DISABLE_UNKNOWN) { in acquired()