Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0478/src/android/security/cts/CVE_2021_0478/
DPocService.java30 private static long SCAN_DURATION_MILLIS = 60000; field in PocService
55 long endTime = startTime + SCAN_DURATION_MILLIS; in onCreate()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeScanTest.java64 private static final int SCAN_DURATION_MILLIS = 10000; field in BluetoothLeScanTest
145 TestUtils.sleep(SCAN_DURATION_MILLIS); in testScanFilter()
253 TestUtils.sleep(SCAN_DURATION_MILLIS); in testBatchScan()
384 TestUtils.sleep(SCAN_DURATION_MILLIS); in scan()