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