HomeSort by relevance Sort by last modified time
    Searched refs:time_cache (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/acts/tests/google/wifi/
WifiScannerScanTest.py 450 time_cache = 0
458 time_cache = (scan_setting['maxScansToCache'] *
462 time_cache = 10 * scan_setting['periodInMs'
466 time_cache = scan_setting[
470 wait_time = (time_cache * 2 + scan_time) / 1000 + self.leeway
    [all...]
WifiScannerBssidTest.py 106 time_cache = scan_setting['periodInMs'] * 10 #default cache
107 waittime = int((time_cache + scan_time) / 1000) + self.leeway

Completed in 172 milliseconds