Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeScanTest.java120 verifyTimestamp(scanResults, scanStartMillis, scanEndMillis); in testBasicBleScan()
266 verifyTimestamp(results, 0, scanEndMillis); in testBatchScan()
321 private void verifyTimestamp(Collection<ScanResult> results, long scanStartMillis, in verifyTimestamp() method in BluetoothLeScanTest