Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 2 of 2) sorted by relevance

/platform_testing/tests/bettertogether/betocq/
Dandroid_wifi_utils.py95 start_time = time.monotonic()
96 timeout = start_time + _DELAY_AFTER_CHANGE_WIFI_STATUS.total_seconds()
115 start_time = time.monotonic()
116 timeout = start_time + _DELAY_AFTER_CHANGE_WIFI_STATUS.total_seconds()
198 start_time = time.monotonic()
199 timeout = start_time + timeout.total_seconds()
Dnc_constants.py436 start_time: datetime.datetime = datetime.datetime.now() variable in SingleTestResult