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