Searched refs:maxMsToLive (Results 1 – 4 of 4) sorted by relevance
71 data class Losing(override val network: Network, val maxMsToLive: Int) : CallbackEntry() constant in com.android.testutils.RecorderCallback.CallbackEntry.Losing136 override fun onLosing(network: Network, maxMsToLive: Int) { in onLosing()137 history.add(Losing(network, maxMsToLive)) in onLosing()
389 public void onLosing(Network network, int maxMsToLive) {390 logd("network onLosing " + network + " maxMsToLive " + maxMsToLive);
1751 final int maxMsToLive = losing.getMaxMsToLive(); in expectCallback() local1754 maxMsToLive, 0, mService.mLingerDelayMs); in expectCallback()1755 assertTrue(msg, 0 <= maxMsToLive && maxMsToLive <= mService.mLingerDelayMs); in expectCallback()
3419 public void onLosing(@NonNull Network network, int maxMsToLive) {} in onLosing() argument