Searched refs:apnList (Results 1 – 3 of 3) sorted by relevance
235 final ArrayList<ApnPreference> apnList = new ArrayList<ApnPreference>(); in fillList() local266 apnList.add(pref); in fillList()274 for (Preference preference : apnList) { in fillList()
411 final List apnList = Arrays.asList(apnTypes); in hasAllApns() local412 if (apnList.contains(APN_TYPE_ALL)) { in hasAllApns()417 if (!apnList.contains(apn)) { in hasAllApns()
235 PreferenceGroup apnList = (PreferenceGroup) in fillList() local237 apnList.removeAll(); in fillList()261 apnList.addPreference(pref); in fillList()