Searched refs:maxMsToLive (Results 1 – 2 of 2) sorted by relevance
1130 public void onLosing(Network network, int maxMsToLive) { in onLosing() argument1131 setLastCallback(CallbackState.LOSING, network, maxMsToLive /* autoboxed int */); in onLosing()1154 int maxMsToLive = (Integer) actual.arg; in expectCallback() local1155 assertTrue(msg, 0 <= maxMsToLive && maxMsToLive <= TEST_LINGER_DELAY_MS); in expectCallback()
2597 public void onLosing(Network network, int maxMsToLive) {} in onLosing() argument