HomeSort by relevance Sort by last modified time
    Searched refs:TEST_CASE_TOKEN (Results 1 - 3 of 3) sorted by null

  /tools/test/connectivity/acts/framework/acts/
base_test.py 30 TEST_CASE_TOKEN = "[Test Case]"
31 RESULT_LINE_TEMPLATE = TEST_CASE_TOKEN + " %s %s"
183 ad.droid.logV("%s BEGIN %s" % (TEST_CASE_TOKEN,
211 ad.droid.logV("%s END %s" % (TEST_CASE_TOKEN, test_name))
380 self.log.info("%s %s", TEST_CASE_TOKEN, test_name)
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
CoexBaseTest.py 40 TEST_CASE_TOKEN = "[Test Case]"
41 RESULT_LINE_TEMPLATE = TEST_CASE_TOKEN + " %s %s"
  /test/vts/runners/host/
base_test.py 46 TEST_CASE_TOKEN = "[Test Case]"
47 RESULT_LINE_TEMPLATE = TEST_CASE_TOKEN + " %s %s"
653 logging.info("%s %s", TEST_CASE_TOKEN, test_name)
    [all...]

Completed in 56 milliseconds