Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsFrameworkLayerStateInfo.java474 public static CpmsFrameworkLayerStateInfo parseProto(CarPowerDumpProto proto) throws Exception { in parseProto() method in CpmsFrameworkLayerStateInfo
511 PowerPolicyGroups policyGroups = PowerPolicyGroups.parseProto(policyReaderProto); in parseProto()
DPowerPolicyGroups.java119 static PowerPolicyGroups parseProto(PolicyReaderProto policyReaderProto) in parseProto() method in PowerPolicyGroups
/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java205 CpmsFrameworkLayerStateInfo info = CpmsFrameworkLayerStateInfo.parseProto(proto); in checkSilentModeSupported()
220 return CpmsFrameworkLayerStateInfo.parseProto(proto); in getCpmsFrameworkLayerStateInfo()