Searched refs:verifyDataProfile (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 560 private void verifyDataProfile(DataProfile dp, String apn, int profileId, in verifyDataProfile() method in DcTrackerTest 646 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataSetup() 694 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataRetry() 719 verifyDataProfile(dpCaptor.getValue(), FAKE_APN2, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataRetry() 750 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, NETWORK_TYPE_LTE_BITMASK); in testUserDisableData() 791 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testTrySetupDataMmsAllowedDataDisabled() 854 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testUserDisableRoaming() 909 verifyDataProfile(dpCaptor.getValue(), FAKE_APN3, 2, 64, 0, 0); in testDataCallOnUserDisableRoaming() 1017 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, NETWORK_TYPE_LTE_BITMASK); in testCarrierActionSetMeteredApnsEnabled() 1316 verifyDataProfile(dpCaptor.getValue(), FAKE_APN4, 0, 21, 2, NETWORK_TYPE_EHRPD_BITMASK); in testUpdateWaitingApnListOnDataRatChange() [all …]
|