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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java264 private static final int ALLOW_DISABLE_UNKNOWN = -1; // check with DevicePolicyManager field in class:WindowManagerService
265 private int mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; // sync'd by mKeyguardTokenWatcher
292 mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN;
4524 if (mAllowDisableKeyguard == ALLOW_DISABLE_UNKNOWN) {

Completed in 73 milliseconds