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.java39 private static final int ALLOW_DISABLE_UNKNOWN = -1; // check with DevicePolicyManager field in KeyguardDisableHandler
40 private int mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; // sync'd by mKeyguardTokenWatcher
74 mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; in handleMessage()
115 if (mAllowDisableKeyguard == ALLOW_DISABLE_UNKNOWN) { in acquired()