Searched refs:ALLOW_DISABLE_UNKNOWN (Results 1 – 1 of 1) sorted by relevance
36 private static final int ALLOW_DISABLE_UNKNOWN = -1; // check with DevicePolicyManager field in KeyguardDisableHandler37 private int mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; // sync'd by mKeyguardTokenWatcher71 mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; in handleMessage()112 if (mAllowDisableKeyguard == ALLOW_DISABLE_UNKNOWN) { in acquired()