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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAppScanStats.java84 int scansStopped = 0; field in class:AppScanStats
160 this.scansStopped++;
275 scansStopped + "\n");
285 int lastScansSize = scansStopped < NUM_SCAN_DURATIONS_KEPT ?
286 scansStopped : NUM_SCAN_DURATIONS_KEPT;

Completed in 115 milliseconds