Searched refs:thresholds (Results 1 – 1 of 1) sorted by relevance
208 data class OnSignalStrengthThresholdsUpdated(val thresholds: IntArray) : CallbackEntry() in willExpectDisconnectOnce() constant in CallbackEntry.OnSignalStrengthThresholdsUpdated249 override fun onSignalStrengthThresholdsUpdated(thresholds: IntArray) { in willExpectDisconnectOnce()250 history.add(OnSignalStrengthThresholdsUpdated(thresholds)) in willExpectDisconnectOnce()256 assertArrayEquals(intArrayOf(), it.thresholds) in willExpectDisconnectOnce()369 val thresholds = intArrayOf(30, 50, 65) in testSignalStrengthThresholds() constant370 val callbacks = thresholds.map { strength -> in testSignalStrengthThresholds()383 assertArrayEquals(it.thresholds, thresholds) in testSignalStrengthThresholds()