Home
last modified time | relevance | path

Searched refs:activeApnTypes (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java3555 Set<String> activeApnTypes = new HashSet<String>(); in getActiveApnTypes() local
3559 activeApnTypes.addAll(Arrays.asList(dct.getActiveApnTypes())); in getActiveApnTypes()
3562 return activeApnTypes.toArray(new String[activeApnTypes.size()]); in getActiveApnTypes()