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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java265 private int mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; // sync'd by mKeyguardTokenWatcher field in class:WindowManagerService
292 mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN;
4531 if (mAllowDisableKeyguard == ALLOW_DISABLE_UNKNOWN) {
4535 mAllowDisableKeyguard = dpm.getPasswordQuality(null)
4540 return mAllowDisableKeyguard == ALLOW_DISABLE_YES;

Completed in 27 milliseconds