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 415 time_cache = 0
422 time_cache = (scan_setting['maxScansToCache'] *
426 time_cache = 10 * scan_setting['periodInMs'] #10 as default max scan cache
429 time_cache = scan_setting['periodInMs'] #need while waiting for seconds resutls
431 wait_time = (time_cache * 2 + scan_time) / 1000 + self.leeway
    [all...]
WifiScannerBssidTest.py 108 time_cache = scan_setting['periodInMs'] * 10 #default cache
109 waittime = int((time_cache + scan_time )/1000) + self.leeway

Completed in 352 milliseconds