Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/
DPowerPolicyHostTest.java23 import android.car.cts.powerpolicy.CpmsFrameworkLayerStateInfo;
170 CpmsFrameworkLayerStateInfo frameworkLayerStateInfo = in waitForOnState()
184 CpmsFrameworkLayerStateInfo cpmsFrameworkInfo = getCpmsFrameworkLayerStateInfo(); in getTestHelper()
204 CpmsFrameworkLayerStateInfo.COMMAND_PROTO); in checkSilentModeSupported()
205 CpmsFrameworkLayerStateInfo info = CpmsFrameworkLayerStateInfo.parseProto(proto); in checkSilentModeSupported()
215 private CpmsFrameworkLayerStateInfo getCpmsFrameworkLayerStateInfo() in getCpmsFrameworkLayerStateInfo()
219 CpmsFrameworkLayerStateInfo.COMMAND_PROTO); in getCpmsFrameworkLayerStateInfo()
220 return CpmsFrameworkLayerStateInfo.parseProto(proto); in getCpmsFrameworkLayerStateInfo()
222 return executeAndParseCommand(new SystemInfoParser<CpmsFrameworkLayerStateInfo>( in getCpmsFrameworkLayerStateInfo()
223 CpmsFrameworkLayerStateInfo.class), CpmsFrameworkLayerStateInfo.COMMAND); in getCpmsFrameworkLayerStateInfo()
[all …]
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsFrameworkLayerStateInfo.java35 public final class CpmsFrameworkLayerStateInfo { class
77 private CpmsFrameworkLayerStateInfo(String currentPolicyId, String pendingPolicyId, in CpmsFrameworkLayerStateInfo() method in CpmsFrameworkLayerStateInfo
172 CpmsFrameworkLayerStateInfo that = (CpmsFrameworkLayerStateInfo) o; in equals()
203 public static CpmsFrameworkLayerStateInfo parse(String cmdOutput) in parse()
291 return new CpmsFrameworkLayerStateInfo(currentPolicyId, pendingPolicyId, in parse()
474 public static CpmsFrameworkLayerStateInfo parseProto(CarPowerDumpProto proto) throws Exception { in parseProto()
519 return new CpmsFrameworkLayerStateInfo(currentPolicyId, pendingPolicyId, in parseProto()
DPowerPolicyTestHelper.java28 private final CpmsFrameworkLayerStateInfo mFrameCpms;
45 CpmsFrameworkLayerStateInfo frameCpms, CpmsSystemLayerStateInfo sysCpms, in PowerPolicyTestHelper()