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