Searched refs:req1 (Results 1 – 1 of 1) sorted by relevance
249 NetworkRequest req1 = makeRequest(1); in testCallbackRecycling() local258 anyInt(), anyInt(), any(), nullable(String.class))).thenReturn(req1); in testCallbackRecycling()259 manager.requestNetwork(req1, callback, handler); in testCallbackRecycling()262 captor.getValue().send(makeMessage(req1, ConnectivityManager.CALLBACK_AVAILABLE)); in testCallbackRecycling()268 verify(mService, times(1)).releaseNetworkRequest(req1); in testCallbackRecycling()271 captor.getValue().send(makeMessage(req1, ConnectivityManager.CALLBACK_LOSING)); in testCallbackRecycling()