Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java3557 Set<String> activeApnTypes = new HashSet<String>(); in getActiveApnTypes() local
3561 activeApnTypes.addAll(Arrays.asList(dct.getActiveApnTypes())); in getActiveApnTypes()
3564 return activeApnTypes.toArray(new String[activeApnTypes.size()]); in getActiveApnTypes()