Searched defs:mAllApnSettings (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java279 protected ArrayList<ApnSetting> mAllApnSettings = null; field in class:DcTrackerBase
1776 if (mAllApnSettings != null && !mAllApnSettings.isEmpty()) {
1777 firstApnSetting = mAllApnSettings.get(0);
1781 for (ApnSetting apn : mAllApnSettings) {
1832 if (mAllApnSettings != null && !mAllApnSettings.isEmpty()) {
1834 for (ApnSetting apn : mAllApnSettings) {
2001 ArrayList<ApnSetting> apnSettings = mAllApnSettings;
2003 pw.println(" mAllApnSettings siz
[all...]

Completed in 11 milliseconds