Searched defs:scansStopped (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java69 int scansStopped = 0; field in class:AppScanStats
120 this.scansStopped++;
217 scansStopped + "\n");
227 int lastScansSize = scansStopped < NUM_SCAN_DURATIONS_KEPT ?
228 scansStopped : NUM_SCAN_DURATIONS_KEPT;

Completed in 70 milliseconds