Searched refs:isPreemptive (Results 1 – 4 of 4) sorted by relevance
534 boolean isPreemptive; in handleOn()536 isPreemptive = mPolicyReader.isPreemptivePowerPolicy(mCurrentPowerPolicyId); in handleOn()538 if (!mSilentModeHandler.isSilentMode() && isPreemptive) { in handleOn()1901 boolean isPreemptive = mPolicyReader.isPreemptivePowerPolicy(powerPolicyId); in applyPowerPolicyFromCommand()1902 int status = isPreemptive ? applyPreemptivePowerPolicy(powerPolicyId) in applyPowerPolicyFromCommand()
57 bool isPreemptive = false; member
463 .isPreemptive = false, in getPowerPolicy()469 .isPreemptive = true, in getPowerPolicy()
504 if (policyMeta->isPreemptive) { in applyPowerPolicy()505 if (isPolicyApplied && !mCurrentPowerPolicyMeta.isPreemptive) { in applyPowerPolicy()