Home
last modified time | relevance | path

Searched refs:props (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dbluez_test_utils.py176 def get_properties(self, props, path, check): argument
184 return props.Get(path, check)
273 props = dbus.Interface(
275 address = props.Get(ADAPTER_INTERFACE, "Address")
380 props = dbus.Interface(
382 paired = self.get_properties(props, DEVICE_INTERFACE, "Paired")
400 props = dbus.Interface(
402 connect = self.get_properties(props, DEVICE_INTERFACE, "Connected")
440 props = dbus.Interface(
442 status = self.get_properties(props, MEDIA_PLAY_INTERFACE, "Status")
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DPropertyChangerTest.java77 private void writeProperties(File output, Map<String, String> props) throws IOException { in writeProperties() argument
81 for (Entry<String, String> entry : props.entrySet()) { in writeProperties()
91 private void verifyProperties(File source, Map<String, String> props) throws IOException { in verifyProperties() argument
93 Map<String, String> verifyProps = new HashMap<String, String>(props); in verifyProperties()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
DTokenTestClass.java36 Set<TokenProperty> props = new HashSet<>(); in getRequiredTokens() local
37 props.add(TokenProperty.SIM_CARD); in getRequiredTokens()
38 return props; in getRequiredTokens()
/tools/security/sanitizer-status/
Dsanitizer-status.go20 type props struct {
24 p := &props{}