Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarPropertyValueTest.java63 CarPropertyConfig cfg = mPropIdToConfig.get(propId); in testGetPropertyId() local
72 CarPropertyConfig cfg = mPropIdToConfig.get(propertyValue.getPropertyId()); in testGetPropertyAreaId() local
114 mPropIdToConfig.put(cfg.getPropertyId(), cfg); in getCarPropertyValues() local
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java77 final Configuration cfg = new Configuration(); in testResources() local
244 final Configuration cfg = new Configuration(); in createNewResources() local
251 final Configuration cfg = new Configuration(res.getConfiguration()); in testUpdateConfiguration() local
264 final Configuration cfg = new Configuration(); in testUpdateConfiguration_emptyLocaleIsOverridden() local
274 final Configuration cfg = new Configuration(res.getConfiguration()); in testUpdateConfiguration_copyLocales() local
289 final Configuration cfg = new Configuration(res.getConfiguration()); in testUpdateConfiguration_emptyAfterUpdate() local
/cts/tests/tests/provider/src/android/provider/cts/settings/
DSettings_SystemTest.java82 Configuration cfg = new Configuration(); in testSystemSettings() local
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DDeviceAtomTestCase.java102 protected List<EventMetricData> doDeviceMethod(String methodName, StatsdConfig.Builder cfg) in doDeviceMethod()