Searched refs:Losing (Results 1 – 3 of 3) sorted by relevance
33 import com.android.testutils.RecorderCallback.CallbackEntry.Losing79 data class Losing(override val network: Network, val maxMsToLive: Int) : CallbackEntry() in anyNetwork() class in com.android.testutils.RecorderCallback.CallbackEntry110 val LOSING = Losing::class in anyNetwork()168 history.add(Losing(network, maxMsToLive)) in anyNetwork()
116 import com.android.testutils.RecorderCallback.CallbackEntry.Losing in <lambda>()1153 callbackWeaker.expect<Losing>(agentWeaker.network!!) in testSetLingerDuration()1572 matchAllCallback.expect<Losing>(network3) in testUnregisterAfterReplacement()1647 matchAllCallback.expect<Losing>(cellNetwork) in testUnregisterAfterReplacement()
3318 public CallbackEntry.Losing expectLosing(final HasNetwork n, final long timeoutMs) {3319 final CallbackEntry.Losing losing = expect(LOSING, n, timeoutMs);3334 public CallbackEntry.Losing expectLosing(final HasNetwork n) {