Searched refs:apnList (Results 1 – 5 of 5) sorted by relevance
235 PreferenceGroup apnList = (PreferenceGroup) in fillList() local237 apnList.removeAll(); in fillList()261 apnList.addPreference(pref); in fillList()
298 ArrayList<ApnPreference> apnList = new ArrayList<ApnPreference>(); in fillList() local331 apnList.add(pref); in fillList()339 for (Preference preference : apnList) { in fillList()
347 List apnList = Arrays.asList(apnTypes); in hasAllApns() local348 if (apnList.contains(PhoneConstants.APN_TYPE_ALL)) { in hasAllApns()353 if (!apnList.contains(apn)) { in hasAllApns()
318 final ArrayList<ApnPreference> apnList = new ArrayList<ApnPreference>(); in fillList() local351 apnList.add(pref); in fillList()359 for (Preference preference : apnList) { in fillList()
381 final List apnList = Arrays.asList(apnTypes); in hasAllApns() local382 if (apnList.contains(APN_TYPE_ALL)) { in hasAllApns()387 if (!apnList.contains(apn)) { in hasAllApns()