Home | History | Annotate | Download | only in settings

Lines Matching defs:apn

105             Telephony.Carriers.APN,     // 2
446 // If it's a new APN, then cancel will delete the new entry in onPause
508 String apn = checkNotSet(mApn.getText());
523 // If it's a new APN and a name or apn haven't been entered, then erase the entry
524 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
535 values.put(Telephony.Carriers.APN, apn);
583 String apn = checkNotSet(mApn.getText());
589 } else if (apn.length() < 1) {