Home
last modified time | relevance | path

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

/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/content/src/android/content/res/cts/
DResourcesTest.java71 final Configuration cfg = new Configuration(); in testResources() local
238 final Configuration cfg = new Configuration(); in createNewResources() local
245 final Configuration cfg = new Configuration(res.getConfiguration()); in testUpdateConfiguration() local
258 final Configuration cfg = new Configuration(); in testUpdateConfiguration_emptyLocaleIsOverridden() local
268 final Configuration cfg = new Configuration(res.getConfiguration()); in testUpdateConfiguration_copyLocales() local
283 final Configuration cfg = new Configuration(res.getConfiguration()); in testUpdateConfiguration_emptyAfterUpdate() local
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_SystemTest.java104 Configuration cfg = new Configuration(); in testSystemSettings() local
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DDeviceAtomTestCase.java89 protected List<EventMetricData> doDeviceMethod(String methodName, StatsdConfig.Builder cfg) in doDeviceMethod()