HomeSort by relevance Sort by last modified time
    Searched defs:apn (Results 1 - 13 of 13) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataProfile.java 30 //the APN to connect to
31 public final String apn; field in class:DataProfile
38 //the username for APN, or NULL
40 //the password for APN, or NULL
56 DataProfile(int profileId, String apn, String protocol, int authType,
61 this.apn = apn;
73 DataProfile(ApnSetting apn, boolean isRoaming) {
74 this(apn.profileId, apn.apn, isRoaming? apn.protocol : apn.roamingProtocol
    [all...]
ApnSetting.java 29 * This class represents a apn setting for create PDP link
37 public final String apn; field in class:ApnSetting
54 * Current status of APN
55 * true : enabled APN, false : disabled APN.
88 public ApnSetting(int id, String numeric, String carrier, String apn,
98 this.apn = apn;
135 * <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>,
140 * [ApnSettingV2] <carrier>, <apn>, <proxy>, <port>, <user>, <password>, <server>
257 ApnSetting apn = fromString(apnString); local
    [all...]
ApnContext.java 35 * Maintain the Apn context
65 * user/app requested connection on this APN
142 ApnSetting apn = null; local
146 apn = list.get(0);
149 return apn;
152 public synchronized void removeWaitingApn(ApnSetting apn) {
154 mWaitingApns.remove(apn);
240 if ((mApnSetting != null) && (mApnSetting.apn != null)) {
241 return (mApnSetting.apn.equals(provisioningApn));
DataConnection.java 376 * not set by the network, set it again using the mtu szie value defined in the APN
377 * database for the connected APN
379 private void checkSetMtu(ApnSetting apn, LinkProperties lp) {
382 if (apn == null || lp == null) return;
389 if (apn != null && apn.mtu != PhoneConstants.UNSET_MTU) {
390 lp.setMtu(apn.mtu);
391 if (DBG) log("MTU set by APN to: " + apn.mtu);
503 + "' APN='" + mApnSetting.ap
    [all...]
DcTracker.java 110 * Handles changes to the APN db.
145 /** Watches for changes to the APN db. */
208 // Add Emergency APN to APN setting list by default to support EPDN in sim absent cases
298 // figure out the apn type and enable it
369 loge("RCS APN type not yet supported");
374 loge("XCAP APN type not yet supported");
379 loge("EIMS APN type not yet supported");
382 loge("Multiple apn types specified in request - result is unspecified!");
475 // Set the emergency APN availability status as TRUE irrespective of conditions checked i
1206 ApnSetting apn = new ApnSetting( local
1252 ApnSetting apn = makeApnSetting(cursor); local
1899 ApnSetting apn = apnContext.getApnSetting(); local
2002 ApnSetting apn = apnContext.getApnSetting(); local
2012 ApnSetting apn = apnContext.getApnSetting(); local
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ApnSettingTest.java 42 assertEquals(a1.apn, a2.apn);
89 testString = "[ApnSettingV2] Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,14";
91 -1, "12345", "Name", "apn", "", "",
97 testString = "[ApnSettingV2] Name,apn, ,,,,,,,,123,45,,mms|*,IPV4V6, IP,true,14";
99 -1, "12345", "Name", "apn", "", "",
105 testString = "[ApnSettingV3] Name,apn,,,,,,,,,123,45,,mms|*,IPV6,IP,true,14,,,,,,,spn,testspn";
107 -1, "12345", "Name", "apn", "", "", "", "", "", "", "", 0, mmsTypes, "IPV4V6",
111 // Return no apn if insufficient fields given.
112 testString = "[ApnSettingV2] Name,apn,,,,,,,,,123, 45,,mms|*"
141 ApnSetting apn = new ApnSetting( local
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsRequest.java 182 final ApnSettings apn = ApnSettings.load(context, null/*apnName*/, mSubId); local
183 response = doHttp(context, networkManager, apn);
191 Log.e(MmsService.TAG, "MmsRequest: APN failure", e);
224 * @param apn The APN setting to use
229 String url, byte[] pdu, int method, ApnSettings apn) throws MmsHttpException {
234 for (final InetAddress address : resolveDestination(connMgr, netMgr, url, apn)) {
253 apn.isProxySet(),
254 apn.getProxyAddress(),
255 apn.getProxyPort()
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 204 "_id", "name", "apn", "type"}, where, null,
217 String apn = cursor.getString(APN_INDEX); local
225 pref.setSummary(apn);
334 "Restore default APN Handler: Process Thread");
ApnEditor.java 105 Telephony.Carriers.APN, // 2
330 // allow user to edit carrier_enabled for some APN
453 // If it's a new APN, then cancel will delete the new entry in onPause
515 String apn = checkNotSet(mApn.getText()); local
530 // If it's a new APN and a name or apn haven't been entered, then erase the entry
531 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
542 values.put(Telephony.Carriers.APN, apn);
591 String apn = checkNotSet(mApn.getText()) local
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 534 // APN ignored for v5
1641 const char *apn; local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 144 const char kTagApn[] = "apn";
595 void CreateDictionaryFromCellularApn(const base::DictionaryValue* apn,
597 CopyStringFromDictionary(*apn, shill::kApnProperty, kTagApn, dictionary);
599 *apn, shill::kApnNetworkIdProperty, kTagNetworkId, dictionary);
601 *apn, shill::kApnUsernameProperty, kTagUsername, dictionary);
603 *apn, shill::kApnPasswordProperty, kTagPassword, dictionary);
604 CopyStringFromDictionary(*apn, shill::kApnNameProperty, kTagName, dictionary);
606 *apn, shill::kApnLocalizedNameProperty, kTagLocalizedName, dictionary);
608 *apn, shill::kApnLanguageProperty, kTagLanguage, dictionary);
651 base::DictionaryValue* apn = new base::DictionaryValue local
742 base::DictionaryValue* apn = new base::DictionaryValue; local
1117 std::string apn, username, password; local
    [all...]
  /external/qemu/telephony/
android_modem.c 216 char apn[ A_DATA_APN_SIZE ]; member in struct:__anon33930
1986 char apn[32]; local
    [all...]
  /hardware/ril/include/telephony/
ril.h 240 char * apn; /* ignored */ member in struct:__anon41604
524 mode was up on same APN/data profile - no retry until
1176 char* apn; member in struct:__anon41684
4742 char *apn; member in struct:__anon41686
    [all...]

Completed in 492 milliseconds