HomeSort by relevance Sort by last modified time
    Searched full:carriers (Results 1 - 25 of 26) sorted by null

1 2

  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 61 private static final String CARRIERS_TABLE = "carriers";
74 s_urlMatcher.addURI("telephony", "carriers", URL_TELEPHONY);
75 s_urlMatcher.addURI("telephony", "carriers/current", URL_CURRENT);
76 s_urlMatcher.addURI("telephony", "carriers/#", URL_ID);
77 s_urlMatcher.addURI("telephony", "carriers/restore", URL_RESTOREAPN);
78 s_urlMatcher.addURI("telephony", "carriers/preferapn", URL_PREFERAPN);
236 map.put(Telephony.Carriers.NUMERIC,numeric);
237 map.put(Telephony.Carriers.MCC, mcc);
238 map.put(Telephony.Carriers.MNC, mnc);
239 map.put(Telephony.Carriers.NAME, parser.getAttributeValue(null, "carrier"))
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 87 Telephony.Carriers._ID, // 0
88 Telephony.Carriers.NAME, // 1
89 Telephony.Carriers.APN, // 2
90 Telephony.Carriers.PROXY, // 3
91 Telephony.Carriers.PORT, // 4
92 Telephony.Carriers.USER, // 5
93 Telephony.Carriers.SERVER, // 6
94 Telephony.Carriers.PASSWORD, // 7
95 Telephony.Carriers.MMSC, // 8
96 Telephony.Carriers.MCC, //
    [all...]
ApnSettings.java 57 "content://telephony/carriers/restore";
59 "content://telephony/carriers/preferapn";
152 Cursor cursor = managedQuery(Telephony.Carriers.CONTENT_URI, new String[] {
154 Telephony.Carriers.DEFAULT_SORT_ORDER);
223 startActivity(new Intent(Intent.ACTION_INSERT, Telephony.Carriers.CONTENT_URI));
229 Uri url = ContentUris.withAppendedId(Telephony.Carriers.CONTENT_URI, pos);
258 null, Telephony.Carriers.DEFAULT_SORT_ORDER);
ApnPreference.java 138 Uri url = ContentUris.withAppendedId(Telephony.Carriers.CONTENT_URI, pos);
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 47 Telephony.Carriers.TYPE, // 0
48 Telephony.Carriers.MMSC, // 1
49 Telephony.Carriers.MMSPROXY, // 2
50 Telephony.Carriers.MMSPORT // 3
64 Telephony.Carriers.APN + "='" + apnName.trim() + "'": null;
67 Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI, "current"),
  /packages/apps/Phone/src/com/android/phone/
CarrierLogo.java 36 // TODO: Load up sLogoMap with known carriers, like:
TelephonyCapabilities.java 99 * different carriers may want very different onscreen UI as well.
  /external/srec/srec/include/
fft.h 30 ** which generate the modulated carriers
  /frameworks/base/telephony/java/com/android/internal/telephony/
SmsAddress.java 56 // Some carriers seems to send email gateway messages in this form:
SmsMessageBase.java 392 /* Some carriers may use " /" delimiter as below
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java 149 static final Uri PREFERAPN_URI = Uri.parse("content://telephony/carriers/preferapn");
238 Telephony.Carriers.CONTENT_URI, true, apnObserver);
554 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.TYPE)));
556 cursor.getInt(cursor.getColumnIndexOrThrow(Telephony.Carriers._ID)),
557 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.NUMERIC)),
558 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.NAME)),
559 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.APN)),
560 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.PROXY)),
561 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.PORT)),
562 cursor.getString(cursor.getColumnIndexOrThrow(Telephony.Carriers.MMSC))
    [all...]
GSMPhone.java     [all...]
SIMRecords.java 144 // Lookup table for carriers known to produce SIMs which incorrectly indicate MNC length.
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java 44 // number of messages waiting, it's used by some CDMA carriers for a voice mail count.
  /development/pdk/docs/about/
philosophy.jd 15 available for carriers, OEMs, and developers to use to make their innovative
  /frameworks/base/docs/html/sdk/
win-usb.jd 46 <p>* <em>Or similar hardware on other carriers</em></p>
144 other carriers).</p></dt>
android-2.3-highlights.jd 162 specific devices is determined by their manufacturers and associated carriers.
327 devices is determined by their manufacturers and associated carriers.</p>
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java     [all...]
CdmaSMSDispatcher.java 254 // Some carriers incorrectly send duplicate port fields in omadm wap pushes.
508 * - Some carriers make this mistake.
CdmaServiceStateTracker.java 376 // Some carriers only return lat-lngs of 0,0
699 // Some carriers only return lat-lngs of 0,0
    [all...]
  /frameworks/base/docs/html/resources/articles/
backward-compatibility.jd 16 <p>A variety of Android-powered devices are now available to consumers from carriers
  /frameworks/base/docs/html/guide/appendix/
market-filters.jd 77 Market you could target European countries (carriers) only. Android Market's
337 be visible to the countries (carriers) that you select, as follows:</p>
  /development/pdk/docs/
faqs.jd 16 open platform available for carriers, OEMs, and developers to use to make
  /frameworks/base/core/res/res/values/
config.xml 466 in WDP header of some carriers OMADM wap push are supported.
  /frameworks/base/core/java/android/provider/
Telephony.java     [all...]

Completed in 514 milliseconds

1 2