Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsSystemLayerStateInfo.java49 String currentPolicyGroupId, boolean forcedSilentMode, PowerPolicyDef noUserInteract, in CpmsSystemLayerStateInfo() argument
53 mCurrentPolicyGroupId = currentPolicyGroupId; in CpmsSystemLayerStateInfo()
123 String currentPolicyGroupId = infoData.getStringData(CURRENT_POLICY_GROUP_ID_HDR); in parse() local
132 return new CpmsSystemLayerStateInfo(currentPolicyId, pendingPolicyId, currentPolicyGroupId, in parse()
DCpmsFrameworkLayerStateInfo.java78 String currentPolicyGroupId, int numberPolicyListeners, String[] changedComponents, in CpmsFrameworkLayerStateInfo() argument
91 mCurrentPolicyGroupId = currentPolicyGroupId; in CpmsFrameworkLayerStateInfo()
208 String currentPolicyGroupId = null; in parse() local
237 currentPolicyGroupId = parser.getStringData(CURRENT_POLICY_GROUP_ID_HDR); in parse()
292 currentPolicyGroupId, numberPolicyListeners, changedComponents, enables, in parse()
478 String currentPolicyGroupId = proto.getCurrentPowerPolicyGroupId(); in parseProto() local
520 currentPolicyGroupId, numberPolicyListeners, changedComponents, enables, in parseProto()