Searched refs:CONSECUTIVE_MISS_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
40 private static final int CONSECUTIVE_MISS_THRESHOLD = 4; field in BluetoothScanner41 private static final int FAILED_SETTING_NAME = CONSECUTIVE_MISS_THRESHOLD + 1;441 } else if (device.consecutiveMisses >= CONSECUTIVE_MISS_THRESHOLD) { in onReceive()