Home
last modified time | relevance | path

Searched refs:namespace (Results 1 – 25 of 43) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DDeviceSettingChecker.java78 for (String namespace : NAMESPACES) { in preExecutionCheck()
79 Map<String, String> newSettings = getSettingsHelper(device, namespace); in preExecutionCheck()
81 failedNamespaces.add(namespace); in preExecutionCheck()
83 mSettingValPair.put(namespace, newSettings); in preExecutionCheck()
106 for (String namespace : NAMESPACES) { in postExecutionCheck()
108 Map<String, String> newSettings = getSettingsHelper(device, namespace); in postExecutionCheck()
109 Map<String, String> oldSettings = mSettingValPair.get(namespace); in postExecutionCheck()
142 failureMap.put(namespace, failureInfo); in postExecutionCheck()
151 for (String namespace : failureMap.keySet()) { in postExecutionCheck()
155 namespace, ArrayUtil.join("\n", failureMap.get(namespace)))); in postExecutionCheck()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1416 public String getSetting(String namespace, String key) throws DeviceNotAvailableException { in getSetting() argument
1417 return getSettingInternal("", namespace.trim(), key.trim()); in getSetting()
1424 public String getSetting(int userId, String namespace, String key) in getSetting() argument
1426 return getSettingInternal(String.format("--user %d", userId), namespace.trim(), key.trim()); in getSetting()
1432 private String getSettingInternal(String userFlag, String namespace, String key) in getSettingInternal() argument
1434 namespace = namespace.toLowerCase(); in getSettingInternal()
1435 if (Arrays.asList(SETTINGS_NAMESPACE).contains(namespace)) { in getSettingInternal()
1436 String cmd = String.format("settings %s get %s %s", userFlag, namespace, key); in getSettingInternal()
1445 CLog.e("Namespace requested: '%s' is not part of {system, secure, global}", namespace); in getSettingInternal()
1451 public Map<String, String> getAllSettings(String namespace) throws DeviceNotAvailableException { in getAllSettings() argument
[all …]
DITestDevice.java807 public String getSetting(String namespace, String key) throws DeviceNotAvailableException; in getSetting() argument
816 public String getSetting(int userId, String namespace, String key) in getSetting() argument
826 public Map<String, String> getAllSettings(String namespace) throws DeviceNotAvailableException; in getAllSettings() argument
833 public void setSetting(String namespace, String key, String value) in setSetting() argument
843 public void setSetting(int userId, String namespace, String key, String value) in setSetting() argument
DStubDevice.java465 DeviceUnixSocketNamespace namespace) throws TimeoutException, in createForward() argument
475 DeviceUnixSocketNamespace namespace) throws TimeoutException, in removeForward() argument
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dshader.h23 namespace android {
24 namespace gamecore {
Dcommon.h28 namespace android {
29 namespace gamecore {
Dcircle.h24 namespace android {
25 namespace gamecore {
Drenderer.h26 namespace android {
27 namespace gamecore {
/tools/test/connectivity/acts/framework/acts/config/config_sources/
Dcli_config_source.py44 namespace = parser.parse_args(args)
45 return utils.dict_purge_key_if_value_is_none(dict(vars(namespace)))
/tools/repohooks/rh/
Dutils.py507 namespace = {}
508 exec expr in namespace # pylint: disable=exec-used
509 new_class = namespace[classname]
/tools/dexter/slicer/export/slicer/
Ddex_utf8.h24 namespace dex {
Dmemview.h24 namespace slicer {
Dtryblocks_encoder.h25 namespace lir {
Dindex_map.h24 namespace ir {
Dcommon.h19 namespace slicer {
Dchronometer.h21 namespace slicer {
Darrayview.h23 namespace slicer {
Ddebuginfo_encoder.h27 namespace lir {
Dscopeguard.h19 namespace slicer {
Ddex_ir_builder.h24 namespace ir {
Ddex_leb128.h24 namespace dex {
Dcontrol_flow_graph.h24 namespace lir {
/tools/dexter/dexter/
Dexperimental.h23 namespace experimental {
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/include/
DTradeFedNativeTestSampleLib.h17 namespace TFNativeTestSampleLib {
/tools/test/graphicsbenchmark/benchmark_libs/
Dagq.h23 namespace android {

12