HomeSort by relevance Sort by last modified time
    Searched refs:APN (Results 1 - 5 of 5) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 34 * within Transaction instances to allow overriding of the default APN
64 Telephony.Carriers.APN + "='" + apnName.trim() + "'": null;
71 Log.e(TAG, "Apn is not found in Database!");
78 // Read values from APN settings
102 Log.e(TAG, "Invalid APN setting: MMSC is empty");
138 // If APN type is unspecified, assume APN_TYPE_ALL.
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 63 private static final String PREF_FILE = "preferred-apn";
111 Log.e(TAG, "Can't get version of APN database", e);
127 "apn TEXT," +
155 Log.e(TAG, "Got exception while loading APN database.", e);
201 // if the user, has added a new APN, we set the authentication type
210 // Add protcol fields to the APN. The XML file does not change.
220 * Gets the next row of apn values.
223 * @return the row or null if it's not an apn
226 if (!"apn".equals(parser.getName())) {
240 map.put(Telephony.Carriers.APN, parser.getAttributeValue(null, "apn"))
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 89 Telephony.Carriers.APN, // 2
325 // If it's a new APN, then cancel will delete the new entry in onPause
387 String apn = checkNotSet(mApn.getText()); local
394 } else if (apn.length() < 1) {
413 // If it's a new APN and a name or apn haven't been entered, then erase the entry
414 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
425 values.put(Telephony.Carriers.APN, apn);
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java 71 * Handles changes to the APN db.
98 /** Delay between APN attempts */
121 /* Currently active APN */
153 // for tracking retries on the default APN
155 // for tracking retries on a secondary APN
200 /** Watches for changes to the APN db. */
334 result = mActiveApn.apn;
380 for (ApnSetting apn : allApns) {
381 if (apn.canHandleType(type)) {
460 if (DBG) log("No APN found")
555 ApnSetting apn = new ApnSetting( local
589 ApnSetting apn; local
1381 ApnSetting apn = null; local
    [all...]

Completed in 358 milliseconds