Home | History | Annotate | Download | only in settings

Lines Matching refs:apn

100             Telephony.Carriers.APN,     // 2
393 // If it's a new APN, then cancel will delete the new entry in onPause
455 String apn = checkNotSet(mApn.getText());
470 // If it's a new APN and a name or apn haven't been entered, then erase the entry
471 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
482 values.put(Telephony.Carriers.APN, apn);
527 String apn = checkNotSet(mApn.getText());
533 } else if (apn.length() < 1) {