Searched refs:mPendingPowerPolicyId (Results 1 – 4 of 4) sorted by relevance
85 private String mPendingPowerPolicyId; field in FakeRefactoredCarPowerPolicyDaemon222 mPendingPowerPolicyId = policy.policyId; in applyPowerPolicyPerPowerStateChangeAsync()224 + " is deferred, setting pending power policy to " + mPendingPowerPolicyId); in applyPowerPolicyPerPowerStateChangeAsync()375 if (mPendingPowerPolicyId != null) { in onEvent()376 applyPowerPolicyInternal(mPendingPowerPolicyId, in onEvent()
746 mPendingPowerPolicyId.c_str()), in dump()952 mPendingPowerPolicyId = mCurrentPowerPolicyMeta.powerPolicy->policyId; in canApplyPowerPolicyLocked()957 mPendingPowerPolicyId.clear(); in canApplyPowerPolicyLocked()962 mPendingPowerPolicyId = policyId; in canApplyPowerPolicyLocked()1057 pendingPowerPolicyId = mPendingPowerPolicyId; in notifySilentModeChangeLegacy()1077 pendingPowerPolicyId = mPendingPowerPolicyId; in notifySilentModeChangeInternal()1162 policyId = mPendingPowerPolicyId; in applyInitialPowerPolicy()
347 std::string mPendingPowerPolicyId GUARDED_BY(mMutex);
307 private String mPendingPowerPolicyId; field in CarPowerManagementService661 writer.printf("mPendingPowerPolicyId: %s\n", mPendingPowerPolicyId); in dump()719 proto.write(CarPowerDumpProto.PENDING_POWER_POLICY_ID, mPendingPowerPolicyId); in dumpProto()2631 mPendingPowerPolicyId = policyId; in applyPowerPolicy()2660 mPendingPowerPolicyId = mCurrentPowerPolicyId; in applyPreemptivePowerPolicy()2680 policyId = mPendingPowerPolicyId; in cancelPreemptivePowerPolicy()2681 mPendingPowerPolicyId = null; in cancelPreemptivePowerPolicy()