Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DNetworkAgentTest.kt208 data class OnSignalStrengthThresholdsUpdated(val thresholds: IntArray) : CallbackEntry() in willExpectDisconnectOnce() constant in CallbackEntry.OnSignalStrengthThresholdsUpdated
249 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() constant
370 val callbacks = thresholds.map { strength -> in testSignalStrengthThresholds()
383 assertArrayEquals(it.thresholds, thresholds) in testSignalStrengthThresholds()