Searched refs:dpCaptor (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DcTrackerTest.java | 907 eq(AccessNetworkType.EUTRAN), dpCaptor.capture(), in testDataSetup() 949 eq(AccessNetworkType.EUTRAN), dpCaptor.capture(), in testDataRetry() 965 dpCaptor = ArgumentCaptor.forClass(DataProfile.class); in testDataRetry() 968 eq(AccessNetworkType.EUTRAN), dpCaptor.capture(), in testDataRetry() 993 eq(AccessNetworkType.EUTRAN), dpCaptor.capture(), in testUserDisableData() 1029 eq(AccessNetworkType.EUTRAN), dpCaptor.capture(), in testTrySetupDataMmsAllowedDataDisabled() 1033 List<DataProfile> dataProfiles = dpCaptor.getAllValues(); in testTrySetupDataMmsAllowedDataDisabled() 1073 eq(AccessNetworkType.EUTRAN), dpCaptor.capture(), in testTrySetupDataMmsAllowedDataDisabled() 1092 eq(AccessNetworkType.EUTRAN), dpCaptor.capture(), in testTrySetupDataMmsAlwaysAllowedDataDisabled() 1095 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, in testTrySetupDataMmsAlwaysAllowedDataDisabled() [all …]
|
H A D | DataConnectionTest.java | 477 ArgumentCaptor<DataProfile> dpCaptor = ArgumentCaptor.forClass(DataProfile.class); in testConnectEvent() local 481 eq(AccessNetworkType.UTRAN), dpCaptor.capture(), eq(false), in testConnectEvent() 488 assertEquals("spmode.ne.jp", dpCaptor.getValue().getApn()); in testConnectEvent() 534 ArgumentCaptor<DataProfile> dpCaptor = ArgumentCaptor.forClass(DataProfile.class); in testConnectOnIwlan() local 538 eq(AccessNetworkType.UTRAN), dpCaptor.capture(), eq(false), in testConnectOnIwlan() 545 assertEquals("spmode.ne.jp", dpCaptor.getValue().getApn()); in testConnectOnIwlan()
|