Lines Matching full:apnpreference
266 ArrayList<ApnPreference> mnoApnList = new ArrayList<ApnPreference>();
267 ArrayList<ApnPreference> mvnoApnList = new ArrayList<ApnPreference>();
268 ArrayList<ApnPreference> mnoMmsApnList = new ArrayList<ApnPreference>();
269 ArrayList<ApnPreference> mvnoMmsApnList = new ArrayList<ApnPreference>();
281 ApnPreference pref = new ApnPreference(getPrefContext());
320 private void addApnToList(ApnPreference pref, ArrayList<ApnPreference> mnoList,
321 ArrayList<ApnPreference> mvnoList, IccRecords r, String mvnoType,