Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java248 long reportDelayFloorHigher = TransitionalScanHelper.DEFAULT_REPORT_DELAY_FLOOR + 1; in enforceReportDelayFloor()
262 .isEqualTo(TransitionalScanHelper.DEFAULT_REPORT_DELAY_FLOOR); in enforceReportDelayFloor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java90 @VisibleForTesting static final long DEFAULT_REPORT_DELAY_FLOOR = 5000; field in TransitionalScanHelper
1553 DEFAULT_REPORT_DELAY_FLOOR); in enforceReportDelayFloor()