Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsSystemLayerStateInfo.java48 private CpmsSystemLayerStateInfo(String currentPolicyId, String pendingPolicyId, in CpmsSystemLayerStateInfo() argument
51 mCurrentPolicyId = currentPolicyId; in CpmsSystemLayerStateInfo()
121 String currentPolicyId = infoData.getStringData(CURRENT_POLICY_ID_HDR); in parse() local
132 return new CpmsSystemLayerStateInfo(currentPolicyId, pendingPolicyId, currentPolicyGroupId, in parse()
DCpmsFrameworkLayerStateInfo.java77 private CpmsFrameworkLayerStateInfo(String currentPolicyId, String pendingPolicyId, in CpmsFrameworkLayerStateInfo() argument
89 mCurrentPolicyId = currentPolicyId; in CpmsFrameworkLayerStateInfo()
206 String currentPolicyId = null; in parse() local
231 currentPolicyId = parser.getStringData(CURRENT_POLICY_ID_HDR); in parse()
291 return new CpmsFrameworkLayerStateInfo(currentPolicyId, pendingPolicyId, in parse()
476 String currentPolicyId = proto.getCurrentPowerPolicyId(); in parseProto() local
519 return new CpmsFrameworkLayerStateInfo(currentPolicyId, pendingPolicyId, in parseProto()