Searched refs:verifyDataProfile (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 | 771 private void verifyDataProfile(DataProfile dp, String apn, int profileId, in verifyDataProfile() method in DcTrackerTest 910 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataSetup() 952 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataRetry() 971 verifyDataProfile(dpCaptor.getValue(), FAKE_APN2, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testDataRetry() 996 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, NETWORK_TYPE_LTE_BITMASK); in testUserDisableData() 1041 verifyDataProfile(fakeApn1.get(), FAKE_APN1, 0, 21, 1, NETWORK_TYPE_LTE_BITMASK); in testTrySetupDataMmsAllowedDataDisabled() 1095 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, in testTrySetupDataMmsAlwaysAllowedDataDisabled() 1228 verifyDataProfile(dpCaptor.getValue(), FAKE_APN3, 2, 64, 0, 0); in testDataCallOnUserDisableRoaming() 1277 verifyDataProfile(dpCaptor.getValue(), FAKE_APN1, 0, 5, 1, NETWORK_TYPE_LTE_BITMASK); in testCarrierActionSetMeteredApnsEnabled() 2030 verifyDataProfile(fakeApn7.get(), FAKE_APN7, 0, 17, 1, NETWORK_TYPE_LTE_BITMASK); in testDataSetupWithApnSetId() [all …]
|