Home
last modified time | relevance | path

Searched refs:createDataProfile (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataProfileTest.java139 DataProfile dp = DcTracker.createDataProfile(mApn1, mApn1.getProfileId(), false); in testCreateFromApnSetting()
155 DataProfile dp = DcTracker.createDataProfile(mApn3, mApn3.getProfileId(), false); in testCreateFromApnSettingWithNetworkTypeBitmask()
167 dp = DcTracker.createDataProfile(mApn4, mApn4.getProfileId(), false); in testCreateFromApnSettingWithNetworkTypeBitmask()
173 DataProfile dp1 = DcTracker.createDataProfile(mApn1, mApn1.getProfileId(), false); in testEquals()
174 DataProfile dp2 = DcTracker.createDataProfile(mApn1, mApn1.getProfileId(), false); in testEquals()
177 dp2 = DcTracker.createDataProfile(mApn2, mApn2.getProfileId(), false); in testEquals()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2324 mDataServiceManager.setInitialAttachApn(createDataProfile(apnSetting, in setInitialAttachApn()
3496 DataProfile dp = createDataProfile(apn, apn.equals(getPreferredApn())); in setDataProfilesAsNeeded()
5491 private static DataProfile createDataProfile(ApnSetting apn, boolean isPreferred) { in createDataProfile() method in DcTracker
5492 return createDataProfile(apn, apn.getProfileId(), isPreferred); in createDataProfile()
5496 public static DataProfile createDataProfile(ApnSetting apn, int profileId, in createDataProfile() method in DcTracker
H A DDataConnection.java883 DataProfile dp = DcTracker.createDataProfile(mApnSetting, cp.mProfileId, in connect()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java1032 DataProfile dataProfile = DcTracker.createDataProfile( in testSetInitialAttachApn()