Home
last modified time | relevance | path

Searched defs:identifier (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dbtc_lib.py157 def forgetDevice(self, identifier): argument
173 def disconnectDevice(self, identifier): argument
189 def connectDevice(self, identifier): argument
218 def pair(self, identifier, pairing_security_level, non_bondable, argument
Dsdp_lib.py111 def connectL2cap(self, identifier, psm, mode): argument
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGTestResultParser.java477 private ParsedTestInfo parseTestDescription(String identifier) { in parseTestDescription()
507 private void processRunStartedTag(String identifier) { in processRunStartedTag()
537 private void processRunCompletedTag(String identifier) { in processRunCompletedTag()
571 private void processTestStartedTag(String identifier) { in processTestStartedTag()
598 private void doTestEnded(String identifier, TestStatus testStatus) { in doTestEnded()
680 private void processOKTag(String identifier) { in processOKTag()
690 private void processFailedTag(String identifier) { in processFailedTag()
700 private void processSkippedTag(String identifier) { in processSkippedTag()
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py65 def is_alive(self, identifier): argument
92 def get_pids(self, identifier): argument
187 def kill(self, identifier, timeout=10): argument
/tools/test/connectivity/acts/framework/acts/
Dcontext.py235 def identifier(self): member in TestContext
266 def identifier(self): member in RootContext
298 def identifier(self): member in TestClassContext
338 def identifier(self): member in TestCaseContext
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Ddhcp_config.py108 def __init__(self, identifier, address, lease_time=None): argument
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java260 … TestDescription identifier = new TestDescription(CLASS, t.getName() + "[" + apk.getName() + "]"); in run() local
/tools/test/connectivity/acts/framework/acts/controllers/
Daccess_point.py442 def stop_ap(self, identifier): argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DITestSuite.java901 String identifier, in reportModuleCheckerResult()