Home
last modified time | relevance | path

Searched refs:mCurrentPowerPolicyGroupId (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java326 private String mCurrentPowerPolicyGroupId; field in CarPowerManagementService
702 writer.printf("mCurrentPowerPolicyGroupId: %s\n", mCurrentPowerPolicyGroupId); in dump()
769 CarPowerDumpProto.CURRENT_POWER_POLICY_GROUP_ID, mCurrentPowerPolicyGroupId); in dumpProto()
1124 .getDefaultPowerPolicyForState(mCurrentPowerPolicyGroupId, state); in applyDefaultPowerPolicyForState()
2164 mCurrentPowerPolicyGroupId = policyGroupId; in setPowerPolicyGroup()
2177 return mCurrentPowerPolicyGroupId; in getCurrentPowerPolicyGroupId()
2502 currentPolicyGroupId = mCurrentPowerPolicyGroupId; in initializePowerPolicy()
2540 mCurrentPowerPolicyGroupId = policyGroupId; in setCurrentPowerPolicyGroup()