Searched refs:activeApnTypes (Results 1 – 1 of 1) sorted by relevance
3314 Set<String> activeApnTypes = new HashSet<String>(); in getActiveApnTypes() local3318 activeApnTypes.addAll(Arrays.asList(dct.getActiveApnTypes())); in getActiveApnTypes()3321 return activeApnTypes.toArray(new String[activeApnTypes.size()]); in getActiveApnTypes()