Searched refs:req1 (Results 1 – 2 of 2) sorted by relevance
263 NetworkRequest req1 = makeRequest(1); in testCallbackRecycling() local272 anyInt(), anyInt(), any(), nullable(String.class))).thenReturn(req1); in testCallbackRecycling()273 manager.requestNetwork(req1, callback, handler); in testCallbackRecycling()276 captor.getValue().send(makeMessage(req1, ConnectivityManager.CALLBACK_AVAILABLE)); in testCallbackRecycling()282 verify(mService, times(1)).releaseNetworkRequest(req1); in testCallbackRecycling()285 captor.getValue().send(makeMessage(req1, ConnectivityManager.CALLBACK_LOSING)); in testCallbackRecycling()
364 let req1 = build_att_view_or_crash(AttReadRequestBuilder { in test_concurrent_transaction_failure() localVariable367 conn.as_ref().handle_packet(req1.view()); in test_concurrent_transaction_failure()