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.java309 private String mCurrentPowerPolicyGroupId; field in CarPowerManagementService
662 writer.printf("mCurrentPowerPolicyGroupId: %s\n", mCurrentPowerPolicyGroupId); in dump()
721 CarPowerDumpProto.CURRENT_POWER_POLICY_GROUP_ID, mCurrentPowerPolicyGroupId); in dumpProto()
1108 .getDefaultPowerPolicyForState(mCurrentPowerPolicyGroupId, state); in applyDefaultPowerPolicyForState()
2093 mCurrentPowerPolicyGroupId = policyGroupId; in setPowerPolicyGroup()
2106 return mCurrentPowerPolicyGroupId; in getCurrentPowerPolicyGroupId()
2403 currentPolicyGroupId = mCurrentPowerPolicyGroupId; in initializePowerPolicy()
2441 mCurrentPowerPolicyGroupId = policyGroupId; in setCurrentPowerPolicyGroup()