Home
last modified time | relevance | path

Searched refs:pdcsCaptor (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataNetworkTest.java522 ArgumentCaptor<PreciseDataConnectionState> pdcsCaptor = in testCreateDataNetwork() local
524 verify(mPhone, times(2)).notifyDataConnection(pdcsCaptor.capture()); in testCreateDataNetwork()
525 List<PreciseDataConnectionState> pdcsList = pdcsCaptor.getAllValues(); in testCreateDataNetwork()
675 ArgumentCaptor<PreciseDataConnectionState> pdcsCaptor = in testRecreateAgentWhenOos() local
679 verify(mPhone, times(4)).notifyDataConnection(pdcsCaptor.capture()); in testRecreateAgentWhenOos()
680 List<PreciseDataConnectionState> pdcsList = pdcsCaptor.getAllValues(); in testRecreateAgentWhenOos()
743 ArgumentCaptor<PreciseDataConnectionState> pdcsCaptor = in testCreateImsDataNetwork() local
745 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 …]
DDataNetworkControllerTest.java4226 ArgumentCaptor<PreciseDataConnectionState> pdcsCaptor = in testImsGracefulTearDown() local
4228 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()