Searched refs:test_start (Results 1 – 4 of 4) sorted by relevance
143 test_start = time.time()161 run_time = metrics_utils.convert_duration(time.time() - test_start)
1210 test_start = time.time()1239 duration=metrics_utils.convert_duration(time.time() - test_start))1240 preparation_time = atest_execution_info.preparation_time(test_start)
56 def test_start(): member in AdbSideloadOtaToolTest
1744 test_start = ad.search_logcat("GPSService: create toggle GPS log",1747 test_start = ad.search_logcat("GPSTool_ToggleGPS: startService",1749 if test_start:1750 ad.log.info(test_start[-1]["log_message"].split(":")[-1].strip())