Searched refs:CpmsFrameworkLayerStateInfo (Results 1 – 3 of 3) sorted by relevance
23 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 …]
35 public final class CpmsFrameworkLayerStateInfo { class77 private CpmsFrameworkLayerStateInfo(String currentPolicyId, String pendingPolicyId, in CpmsFrameworkLayerStateInfo() method in CpmsFrameworkLayerStateInfo172 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()
28 private final CpmsFrameworkLayerStateInfo mFrameCpms;45 CpmsFrameworkLayerStateInfo frameCpms, CpmsSystemLayerStateInfo sysCpms, in PowerPolicyTestHelper()