Searched defs:ALLOW_DISABLE_UNKNOWN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DKeyguardDisableHandler.java37 private static final int ALLOW_DISABLE_UNKNOWN = -1; // check with DevicePolicyManager field in class:KeyguardDisableHandler
38 private int mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; // sync'd by mKeyguardTokenWatcher
74 mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN;
89 if (mAllowDisableKeyguard == ALLOW_DISABLE_UNKNOWN) {

Completed in 114 milliseconds