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.java70 ArrayList<String> controlledEnables, ArrayList<String> controlledDisables, in CpmsFrameworkLayerStateInfo() argument
76 mControlledDisables = controlledDisables; in CpmsFrameworkLayerStateInfo()
188 ArrayList<String> controlledDisables = null; in parse() local
231 controlledDisables = parser.getDisables(); in parse()
233 Collections.sort(controlledDisables); in parse()
265 disables, policyGroups, controlledEnables, controlledDisables, monitoringHw, in parse()