Searched defs:FAKE_APN1 (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DcTrackerTest.java | 133 public static final String FAKE_APN1 = "FAKE APN 1"; field in DcTrackerTest 910 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataSetup() local 952 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataRetry() local 996 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, NETWORK_TYPE_LTE_BITMASK); in testUserDisableData() local 1041 verifyDataProfile(fakeApn1.get(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testTrySetupDataMmsAllowedDataDisabled() local 1095 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, in testTrySetupDataMmsAlwaysAllowedDataDisabled() local 1177 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testUserDisableRoaming() local 1277 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, NETWORK_TYPE_LTE_BITMASK); in testCarrierActionSetMeteredApnsEnabled() local 1758 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testUpdateWaitingApnListOnDataRatChange() local 1906 assertEquals(dunApn.getApnName(), FAKE_APN1); in testCheckForCompatibleDataConnectionWithDunWhenIdsChange() local [all …]
|