Home
last modified time | relevance | path

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

/cts/hostsidetests/car/src/android/car/cts/powerpolicy/
DCpmsFrameworkLayerStateInfo.java80 List<String> controlledEnables, List<String> controlledDisables, in CpmsFrameworkLayerStateInfo() argument
86 mControlledDisables = controlledDisables; in CpmsFrameworkLayerStateInfo()
212 List<String> controlledDisables = null; in parse() local
256 controlledDisables = parser.getDisables(); in parse()
258 Collections.sort(controlledDisables); in parse()
293 disables, policyGroups, controlledEnables, controlledDisables, silentModeSupported, in parse()
498 List<String> controlledDisables = new ArrayList<>(); in parseProto() local
503 controlledDisables.add(powerComponent); in parseProto()
506 Collections.sort(controlledDisables); in parseProto()
522 controlledDisables, silentModeSupported, monitoringHw, silentModeByHw, in parseProto()