Searched refs:mAllApnSettings (Results 1 – 2 of 2) sorted by relevance
615 if (mAllApnSettings != null) { in isApnTypeAvailable()616 for (ApnSetting apn : mAllApnSettings) { in isApnTypeAvailable()870 + apnListToString(mAllApnSettings)); in trySetupData()2249 mAllApnSettings = new ArrayList<ApnSetting>(); in createAllApnList()2264 mAllApnSettings = createApnList(cursor); in createAllApnList()2274 if (mAllApnSettings.isEmpty()) { in createAllApnList()2287 if (DBG) log("createAllApnList: X mAllApnSettings=" + mAllApnSettings); in createAllApnList()2298 while (i < mAllApnSettings.size() - 1) { in dedupeApnSettings()2299 ApnSetting first = mAllApnSettings.get(i); in dedupeApnSettings()2302 while (j < mAllApnSettings.size()) { in dedupeApnSettings()[all …]
276 protected ArrayList<ApnSetting> mAllApnSettings = null; field in DcTrackerBase1834 if (mAllApnSettings != null && !mAllApnSettings.isEmpty()) { in setInitialAttachApn()1835 firstApnSetting = mAllApnSettings.get(0); in setInitialAttachApn()1839 for (ApnSetting apn : mAllApnSettings) { in setInitialAttachApn()1890 if (mAllApnSettings != null && !mAllApnSettings.isEmpty()) { in setDataProfilesAsNeeded()1892 for (ApnSetting apn : mAllApnSettings) { in setDataProfilesAsNeeded()2055 ArrayList<ApnSetting> apnSettings = mAllApnSettings; in dump()