Home
last modified time | relevance | path

Searched refs:apnConfigType (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcRequest.java57 final ApnConfigType apnConfigType = apnConfigTypeRepository.getByType(apnType); in create() local
58 if (apnConfigType == null) { in create()
64 return new DcRequest(networkRequest, apnType, apnConfigType.getPriority()); in create()
H A DDcTracker.java1104 for (ApnConfigType apnConfigType : types) { in initApnContexts()
1105 ApnContext apnContext = new ApnContext(mPhone, apnConfigType.getType(), mLogTag, this, in initApnContexts()
1106 apnConfigType.getPriority()); in initApnContexts()
1123 apnConfigType.getType())); in initApnContexts()
1148 for (ApnConfigType apnConfigType : types) { in sortApnContextByPriority()
1149 if (mApnContextsByType.contains(apnConfigType.getType())) { in sortApnContextByPriority()
1150 ApnContext apnContext = mApnContextsByType.get(apnConfigType.getType()); in sortApnContextByPriority()
1151 apnContext.setPriority(apnConfigType.getPriority()); in sortApnContextByPriority()