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

/frameworks/base/services/java/com/android/server/wm/
H A DKeyguardDisableHandler.java38 private int mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; // sync'd by mKeyguardTokenWatcher field in class:KeyguardDisableHandler
74 mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN;
89 if (mAllowDisableKeyguard == ALLOW_DISABLE_UNKNOWN) {
94 mAllowDisableKeyguard = dpm.getPasswordQuality(null,
103 if (mAllowDisableKeyguard == ALLOW_DISABLE_YES) {

Completed in 56 milliseconds