Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py39 from acts.utils import get_current_epoch_time
436 begin_time = get_current_epoch_time()
739 begin_time = get_current_epoch_time()
773 begin_time = get_current_epoch_time()
815 begin_time = get_current_epoch_time()
816 while get_current_epoch_time() - begin_time < testtime * 60 * 1000:
937 utc_time = epoch_to_human_time(get_current_epoch_time())
939 ttff_loop_time = get_current_epoch_time()
941 if get_current_epoch_time() - ttff_loop_time >= 120000:
948 ttff_loop_time = get_current_epoch_time()
[all …]
/tools/test/connectivity/acts_tests/tests/google/bt/
DBtMetricsTest.py24 from acts.utils import get_current_epoch_time, sync_device_time
69 start_time = get_current_epoch_time()
78 end_time = get_current_epoch_time()
93 end_time = get_current_epoch_time()
/tools/test/connectivity/acts_tests/tests/google/gnss/
DGnssFunctionTest.py30 from acts.utils import get_current_epoch_time
253 begin_time = get_current_epoch_time()
380 dpo_begin_time = get_current_epoch_time()
690 begin_time = get_current_epoch_time()
722 begin_time = get_current_epoch_time()
756 begin_time = get_current_epoch_time()
942 begin_time = get_current_epoch_time()
1106 begin_time = get_current_epoch_time()
1146 begin_time = get_current_epoch_time()
1179 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()
DGnssConcurrencyTest.py104 begin_time = utils.get_current_epoch_time()
DLabTtffTest.py182 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()
DTelLiveStressCallTest.py55 from acts.utils import get_current_epoch_time
199 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()
DTelLiveStressFdrTest.py54 from acts.utils import get_current_epoch_time
343 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()
DTelLivePreflightTest.py208 epoch_up_time = utils.get_current_epoch_time() - 1000 * float(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
DGFTInOutBaseTest.py34 from acts.utils import get_current_epoch_time
77 begin_time = get_current_epoch_time()
/tools/test/connectivity/acts_tests/tests/google/power/wifi/
DPowerWiFiroamingTest.py87 begin_time = utils.get_current_epoch_time()
140 begin_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_tests/acts_contrib/test_utils/coex/
DCoexPerformanceBaseTest.py33 from acts.utils import get_current_epoch_time
219 begin_time = get_current_epoch_time()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerGTWGnssBaseTest.py53 begin_time = utils.get_current_epoch_time()
DPowerBaseTest.py255 begin_time = utils.get_current_epoch_time()
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabGFTModemConnectivityHelperTest.py44 from acts.utils import get_current_epoch_time
/tools/test/connectivity/acts/framework/acts/
Dutils.py126 def get_current_epoch_time(): function
529 droid.setTime(get_current_epoch_time())
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_carkit_lib.py41 from acts.utils import get_current_epoch_time
764 begin_time = get_current_epoch_time()

12