Searched refs:mAllApns (Results 1 – 2 of 2) sorted by relevance
509 if (mAllApns != null) { in isApnTypeAvailable()510 for (ApnSetting apn : mAllApns) { in isApnTypeAvailable()708 log ("trySetupData: Create from mAllApns : " + apnListToString(mAllApns)); in trySetupData()2005 mAllApns = new ArrayList<ApnSetting>(); in createAllApnList()2019 mAllApns = createApnList(cursor); in createAllApnList()2025 if (mAllApns.isEmpty()) { in createAllApnList()2038 if (DBG) log("createAllApnList: X mAllApns=" + mAllApns); in createAllApnList()2143 if (mAllApns != null) { in buildWaitingApns()2144 for (ApnSetting apn : mAllApns) { in buildWaitingApns()2191 if (mAllApns.isEmpty()) { in getPreferredApn()[all …]
287 protected ArrayList<ApnSetting> mAllApns = null; field in DataConnectionTracker