Searched refs:apnConfigType (Results 1 – 2 of 2) sorted by relevance
57 final ApnConfigType apnConfigType = apnConfigTypeRepository.getByType(apnType); in create() local58 if (apnConfigType == null) { in create()64 return new DcRequest(networkRequest, apnType, apnConfigType.getPriority()); in create()
1104 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()