Searched refs:pdcsCaptor (Results 1 – 2 of 2) sorted by relevance
522 ArgumentCaptor<PreciseDataConnectionState> pdcsCaptor = in testCreateDataNetwork() local524 verify(mPhone, times(2)).notifyDataConnection(pdcsCaptor.capture()); in testCreateDataNetwork()525 List<PreciseDataConnectionState> pdcsList = pdcsCaptor.getAllValues(); in testCreateDataNetwork()675 ArgumentCaptor<PreciseDataConnectionState> pdcsCaptor = in testRecreateAgentWhenOos() local679 verify(mPhone, times(4)).notifyDataConnection(pdcsCaptor.capture()); in testRecreateAgentWhenOos()680 List<PreciseDataConnectionState> pdcsList = pdcsCaptor.getAllValues(); in testRecreateAgentWhenOos()743 ArgumentCaptor<PreciseDataConnectionState> pdcsCaptor = in testCreateImsDataNetwork() local745 verify(mPhone, times(2)).notifyDataConnection(pdcsCaptor.capture()); in testCreateImsDataNetwork()746 List<PreciseDataConnectionState> pdcsList = pdcsCaptor.getAllValues(); in testCreateImsDataNetwork()959 ArgumentCaptor<PreciseDataConnectionState> pdcsCaptor = in testTearDown() local[all …]
4226 ArgumentCaptor<PreciseDataConnectionState> pdcsCaptor = in testImsGracefulTearDown() local4228 verify(mPhone).notifyDataConnection(pdcsCaptor.capture()); in testImsGracefulTearDown()4229 PreciseDataConnectionState pdcs = pdcsCaptor.getValue(); in testImsGracefulTearDown()4241 verify(mPhone).notifyDataConnection(pdcsCaptor.capture()); in testImsGracefulTearDown()4242 pdcs = pdcsCaptor.getValue(); in testImsGracefulTearDown()