Searched defs:component (Results 1 – 7 of 7) sorted by relevance
26 protected val component = FlickerComponentName.unflattenFromString(windowName) constant
146 private String attributedConsumptionMetricKey(String packages, int component) { in attributedConsumptionMetricKey()150 private String totalConsumptionByComponentMetricKey(int component) { in totalConsumptionByComponentMetricKey()154 private String attributedDurationMetricKey(String packages, int component) { in attributedDurationMetricKey()158 private String totalDurationByComponentMetricKey(int component) { in totalDurationByComponentMetricKey()162 private String componentName(int component) { in componentName()
120 String component = "cpu"; in testTotalConsumptionIsSumOfPerPackageConsumption() local146 String component = "cpu"; in testTotalDurationIsSumOfPerPackageDurations() local
111 UiObject2 component = mDevice.wait(Until.findObject( in openTextInList() local
46 @JvmField val component: FlickerComponentName, constant
674 String parentName, String component, String... moreComponents) { in getPartialFileNameMatcher()
125 .filter { ignoreLayers.none { component -> component.toLayerName() in it.name } } in <lambda>() method