Searched refs:FAKE_APN1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 113 public static final String FAKE_APN1 = "FAKE APN 1"; field in DcTrackerTest 241 FAKE_APN1, // apn in query() 646 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataSetup() local 648 verifyDataConnected(FAKE_APN1); in testDataSetup() 694 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataRetry() local 750 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, NETWORK_TYPE_LTE_BITMASK); in testUserDisableData() local 791 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testTrySetupDataMmsAllowedDataDisabled() local 854 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testUserDisableRoaming() local 968 verifyDataConnected(FAKE_APN1); in testDDSResetAutoAttach() 1017 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, NETWORK_TYPE_LTE_BITMASK); in testCarrierActionSetMeteredApnsEnabled() local [all …]
|