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()
1084 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()