Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DNetworkAgentTest.kt48 …droid.net.cts.NetworkAgentTest.TestableNetworkAgent.CallbackEntry.OnSignalStrengthThresholdsUpdated in <lambda>()
208 data class OnSignalStrengthThresholdsUpdated(val thresholds: IntArray) : CallbackEntry() in willExpectDisconnectOnce() class in CallbackEntry
250 history.add(OnSignalStrengthThresholdsUpdated(thresholds)) in willExpectDisconnectOnce()
254 expectCallback<OnSignalStrengthThresholdsUpdated>().let { in willExpectDisconnectOnce()
382 agent.expectCallback<OnSignalStrengthThresholdsUpdated>().let { in testSignalStrengthThresholds()