Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DAppScanStats.java282 synchronized boolean isScanningTooLong() { in isScanningTooLong() method in AppScanStats
DScanManager.java828 if (!isExemptFromScanDowngrade(client) && client.stats.isScanningTooLong()) { in regularScanTimeout()