Home
last modified time | relevance | path

Searched refs:get_current_epoch_time (Results 1 – 25 of 26) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py36 from acts.utils import get_current_epoch_time
398 begin_time = get_current_epoch_time()
646 begin_time = get_current_epoch_time()
680 begin_time = get_current_epoch_time()
712 begin_time = get_current_epoch_time()
713 while get_current_epoch_time() - begin_time < testtime * 60 * 1000 :
824 ttff_loop_time = get_current_epoch_time()
826 if get_current_epoch_time() - ttff_loop_time >= 120000:
833 ttff_loop_time = get_current_epoch_time()
863 utc_time = epoch_to_human_time(get_current_epoch_time())
[all …]
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py30 from acts.utils import get_current_epoch_time
245 begin_time = get_current_epoch_time()
259 start_qxdm_logger(self.ad, get_current_epoch_time())
636 begin_time = get_current_epoch_time()
668 begin_time = get_current_epoch_time()
701 begin_time = get_current_epoch_time()
881 begin_time = get_current_epoch_time()
1039 begin_time = get_current_epoch_time()
1074 begin_time = get_current_epoch_time()
1107 begin_time = get_current_epoch_time()
DFlpTtffTest.py22 from acts.utils import get_current_epoch_time
110 begin_time = get_current_epoch_time()
125 start_qxdm_logger(self.ad, get_current_epoch_time())
DLocationPlatinumTest.py62 self.begin_time = utils.get_current_epoch_time()
100 begin_time = gutils.get_current_epoch_time()
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveEmergencyBase.py54 from acts.utils import get_current_epoch_time
177 begin_time = get_current_epoch_time()
289 begin_time = get_current_epoch_time()
350 elapsed_time = (get_current_epoch_time() - begin_time) / 1000
367 begin_time = get_current_epoch_time()
DTelLiveMobilityStressTest.py63 from acts.utils import get_current_epoch_time
146 begin_time = get_current_epoch_time()
167 begin_time = get_current_epoch_time()
190 begin_time = get_current_epoch_time()
345 begin_time = get_current_epoch_time()
DTelLiveNoQXDMLogTest.py70 from acts.utils import get_current_epoch_time
150 begin_time = get_current_epoch_time()
257 begin_time = get_current_epoch_time()
389 begin_time = get_current_epoch_time()
DTelLiveDSDSVoiceTest.py123 from acts.utils import get_current_epoch_time
1386 begin_time = get_current_epoch_time()
1535 begin_time = get_current_epoch_time()
1735 begin_time = get_current_epoch_time()
1811 begin_time = get_current_epoch_time()
DTelLiveCBRSTest.py70 from acts.utils import get_current_epoch_time
571 begin_time = get_current_epoch_time()
792 begin_time = get_current_epoch_time()
DTelLiveRebootStressTest.py79 from acts.utils import get_current_epoch_time
507 begin_time = get_current_epoch_time()
635 begin_time = get_current_epoch_time()
DTelLiveStressCallTest.py55 from acts.utils import get_current_epoch_time
199 begin_time = get_current_epoch_time()
DTelLiveStressFdrTest.py54 from acts.utils import get_current_epoch_time
343 begin_time = get_current_epoch_time()
DTelLiveStressTest.py101 from acts.utils import get_current_epoch_time
776 begin_time = get_current_epoch_time()
DTelLivePreflightTest.py208 epoch_up_time = utils.get_current_epoch_time() - 1000 * float(
/tools/test/connectivity/acts_tests/tests/google/bt/
DBtMetricsTest.py23 from acts.utils import get_current_epoch_time, sync_device_time
68 start_time = get_current_epoch_time()
77 end_time = get_current_epoch_time()
92 end_time = get_current_epoch_time()
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py192 from acts.utils import get_current_epoch_time
2373 begin_time = get_current_epoch_time()
2658 begin_time = get_current_epoch_time()
3135 begin_time = get_current_epoch_time()
3841 begin_time = get_current_epoch_time()
3863 if get_current_epoch_time() - begin_time < timeout * 1000:
7773 current_time = get_current_epoch_time()
7967 begin_time = get_current_epoch_time()
8669 ad.adb.droid.setTime(get_current_epoch_time())
8753 file_name = "%s_%s.png" % (file_name, utils.get_current_epoch_time())
DTelephonyBaseTest.py273 start_qxdm_logger(ad, utils.get_current_epoch_time())
/tools/test/connectivity/acts_tests/tests/google/power/wifi/
DPowerWiFiroamingTest.py87 begin_time = utils.get_current_epoch_time()
134 begin_time = utils.get_current_epoch_time()
/tools/test/connectivity/acts/framework/acts/test_utils/net/
Dnet_test_utils.py22 from acts.utils import get_current_epoch_time
248 begin_time = epoch_to_log_line_timestamp(get_current_epoch_time())
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py33 from acts.utils import get_current_epoch_time
219 begin_time = get_current_epoch_time()
/tools/test/connectivity/acts/framework/acts/
Dutils.py124 def get_current_epoch_time(): function
527 droid.setTime(get_current_epoch_time())
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbt_carkit_lib.py41 from acts.utils import get_current_epoch_time
764 begin_time = get_current_epoch_time()
Dbt_test_utils.py741 begin_time = utils.get_current_epoch_time()
743 end_time = utils.get_current_epoch_time()
/tools/test/connectivity/acts/framework/acts/libs/ota/
Dota_updater.py64 utils.get_current_epoch_time())
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py241 begin_time = utils.get_current_epoch_time()

12