Searched refs:req1 (Results 1 – 1 of 1) sorted by relevance
236 NetworkRequest req1 = makeRequest(1); in testCallbackRecycling() local244 .thenReturn(req1); in testCallbackRecycling()245 manager.requestNetwork(req1, callback, handler); in testCallbackRecycling()248 captor.getValue().send(makeMessage(req1, ConnectivityManager.CALLBACK_AVAILABLE)); in testCallbackRecycling()254 verify(mService, times(1)).releaseNetworkRequest(req1); in testCallbackRecycling()257 captor.getValue().send(makeMessage(req1, ConnectivityManager.CALLBACK_LOSING)); in testCallbackRecycling()