Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
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()
DDcTracker.java1084 for (ApnConfigType apnConfigType : types) { in initApnContexts()
1085 ApnContext apnContext = new ApnContext(mPhone, apnConfigType.getType(), mLogTag, this, in initApnContexts()
1086 apnConfigType.getPriority()); in initApnContexts()
1103 apnConfigType.getType())); in initApnContexts()
1128 for (ApnConfigType apnConfigType : types) { in sortApnContextByPriority()
1129 if (mApnContextsByType.contains(apnConfigType.getType())) { in sortApnContextByPriority()
1130 ApnContext apnContext = mApnContextsByType.get(apnConfigType.getType()); in sortApnContextByPriority()
1131 apnContext.setPriority(apnConfigType.getPriority()); in sortApnContextByPriority()