Searched defs:cfg (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/car/src/android/car/cts/ |
D | CarPropertyValueTest.java | 58 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/ |
D | hardware.py | 56 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/ |
D | Settings_SystemTest.java | 78 Configuration cfg = new Configuration(); in testSystemSettings() local
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | ResourcesTest.java | 80 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/ |
D | DeviceAtomTestCase.java | 98 protected List<EventMetricData> doDeviceMethod(String methodName, StatsdConfig.Builder cfg) in doDeviceMethod()
|