Lines Matching refs:tfi
43 from vts.utils.python.instrumentation import test_framework_instrumentation as tfi unknown
217 event = tfi.Begin('base_test registering android_device. '
219 tfi.categories.FRAMEWORK_SETUP)
446 event = tfi.Begin('_setUpClass method for test class',
447 tfi.categories.TEST_CLASS_SETUP)
489 event_sub = tfi.Begin('setUpClass method from test script',
490 tfi.categories.TEST_CLASS_SETUP,
513 event = tfi.Begin('_tearDownClass method for test class',
514 tfi.categories.TEST_CLASS_TEARDOWN)
517 event_sub = tfi.Begin('tearDownClass method from test script',
518 tfi.categories.TEST_CLASS_TEARDOWN,
562 event_upload = tfi.Begin('Log upload',
563 tfi.categories.RESULT_PROCESSING)
636 event = tfi.Begin('_setUp method for test case',
637 tfi.categories.TEST_CASE_SETUP,)
647 event_sub = tfi.Begin('_setUp method from test script',
648 tfi.categories.TEST_CASE_SETUP,
673 event = tfi.Begin('_tearDown method from base_test',
674 tfi.categories.TEST_CASE_TEARDOWN)
677 event_sub = tfi.Begin('_tearDown method from test script',
678 tfi.categories.TEST_CASE_TEARDOWN,
703 event = tfi.Begin('_onFail method from BaseTest',
704 tfi.categories.FAILED_TEST_CASE_PROCESSING,
801 event = tfi.Begin('_onFail method from BaseTest',
802 tfi.categories.FAILED_TEST_CASE_PROCESSING,
982 event_test = tfi.Begin("test function",
983 tfi.categories.TEST_CASE_EXECUTION)
1147 event_exec = tfi.Begin('BaseTest execOneTest method for generated tests',
1393 event_exec = tfi.Begin('BaseTest execOneTest method for individual tests',
1490 event = tfi.Begin('dump Bugreport',
1491 tfi.categories.FAILED_TEST_CASE_PROCESSING)
1576 event = tfi.Begin('dump logcat',
1577 tfi.categories.FAILED_TEST_CASE_PROCESSING)