Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/car/src/android/car/cts/
DCarPropertyValueTest.java58 CarPropertyConfig cfg = mPropIdToConfig.get(propId); in testGetPropertyId() local
67 CarPropertyConfig cfg = mPropIdToConfig.get(propertyValue.getPropertyId()); in testGetPropertyAreaId() local
109 mPropIdToConfig.put(cfg.getPropertyId(), cfg); in getCarPropertyValues() local
/cts/apps/CameraITS/tools/
Dhardware.py56 def __init__(self, name, vid, pid, cfg, inf): argument
77 def _build_device(self, name, vid, pid, cfg, inf): argument
181 def _read_tty_name(self, dir_entry, inf, cfg): argument
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_SystemTest.java78 Configuration cfg = new Configuration(); in testSystemSettings() local
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java80 final Configuration cfg = new Configuration(); in testResources() local
247 final Configuration cfg = new Configuration(); in createNewResources() local
254 final Configuration cfg = new Configuration(res.getConfiguration()); in testUpdateConfiguration() local
267 final Configuration cfg = new Configuration(); in testUpdateConfiguration_emptyLocaleIsOverridden() local
277 final Configuration cfg = new Configuration(res.getConfiguration()); in testUpdateConfiguration_copyLocales() local
292 final Configuration cfg = new Configuration(res.getConfiguration()); in testUpdateConfiguration_emptyAfterUpdate() local
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DDeviceAtomTestCase.java98 protected List<EventMetricData> doDeviceMethod(String methodName, StatsdConfig.Builder cfg) in doDeviceMethod()