HomeSort by relevance Sort by last modified time
    Searched full:phones (Results 51 - 75 of 380) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/native/data/etc/
handheld_core_hardware.xml 21 Handheld devices include phones, mobile Internet devices (MIDs),
77 <!-- GSM phones must also include android.hardware.telephony.gsm.xml -->
78 <!-- CDMA phones must also include android.hardware.telephony.cdma.xml -->
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 25 import android.provider.Contacts.Phones;
82 } else if (Phones.CONTENT_TYPE.equals(resolvedType)) {
108 } else if (Phones.CONTENT_ITEM_TYPE.equals(type)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfo.java 68 * Retrieves the unique device ID, e.g., IMEI for GSM phones and MEID for CDMA phones.
99 * for GSM phones.
110 * Retrieves the unique subscriber ID, e.g., IMSI for GSM phones.
120 * Retrieves the Group Identifier Level1 for GSM phones.
PhoneSubInfoProxy.java 56 * Retrieves the unique subscriber ID, e.g., IMSI for GSM phones.
64 * Retrieves the Group Identifier Level1 for GSM phones.
PhoneFactory.java 222 throw new IllegalStateException("Default phones haven't been made yet!");
234 throw new IllegalStateException("Default phones haven't been made yet!");
256 throw new IllegalStateException("Default phones haven't been made yet!");
459 PhoneProxy [] phones = (PhoneProxy[])PhoneFactory.getPhones(); local
461 for(PhoneProxy phoneProxy : phones) {
Phone.java     [all...]
  /frameworks/base/docs/html/distribute/stories/
tablets.jd 53 <li>Single APK for phones and tablets</li>
128 <li>Financial management app targeting 7- to 10-inch tablets and phones</li>
151 tablets, they knew that taking the layout that worked for phones and simply
160 of features to Android tablets that aren?t available for phones, including a
163 <p>?Whereas our app for phones is used throughout the day for quick sessions,
171 they are on phones.?</p>
174 longer than they do on phones. ?We?ve found that phone usage is indicative of a
218 <li>Game targeting 7- to 10-inch tablets and phones</li>
259 higher than on smaller-screen devices such as phones. Additionally, average
276 retention than on phones.</p
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 391 // Go through SIM-based phones and register ourselves -- registering an existing account
393 Phone[] phones = PhoneFactory.getPhones(); local
394 Log.d(this, "Found %d phones. Attempting to register.", phones.length);
395 for (Phone phone : phones) {
412 if (DBG && phones.length > 0 && "TRUE".equals(System.getProperty("dummy_sim"))) {
413 mAccounts.add(new AccountEntry(phones[0], false /* emergency */, true /* isDummy */));
  /frameworks/base/core/java/android/content/
DefaultDataHandler.java 48 * content://contacts/people/1/phones:
53 * &lt;row postfix="phones">
56 * &lt;row postfix="phones">
  /frameworks/base/docs/html/about/
index.jd 60 <blockquote>Easily optimize a single binary for phones, tablets, and other devices.</blockquote>
65 devices&mdash;from phones to tablets and beyond.</p>
76 other sets for optimzations specific to phones or tablets.
  /build/target/product/
core_minimal.mk 18 # things that are specific to communication devices (phones, tables,
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List3.java 39 // Get a cursor with all phones
  /frameworks/base/docs/html/training/tv/start/
index.jd 24 TV apps use the same structure as those for phones and tablets. This approach means you can
  /frameworks/base/packages/SystemUI/res/values-land/
dimens.xml 19 <!-- thickness (width) of the navigation bar on phones that require it -->
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardRequest.java 289 final List<VCardEntry.PhoneData> phones = entry.getPhoneList(); local
290 if (phones != null && phones.size() > 0) {
292 phones.get(0).getNumber());
  /system/bt/bta/include/
bta_ar_api.h 23 * application layer for mobile phones.
  /external/svox/pico/lib/
picosa.c 711 PICODBG_WARN(("phones skipped"));
738 picoos_uint8 *phones; local
743 PICOKLEX_IND_SIZE, &pos, &phones, &plen)) {
749 PICODBG_WARN(("phones skipped"));
762 sa->cbuf2[sa->cbuf2Len] = phones[i];
834 picoos_uint8 *phones,
855 phones which are predicted in reverse order. Once all are
856 available put them in phones in usuable order. phonesind is
    [all...]
picoktab.h 132 /* Phones type and functions */
141 /* return kb Phones for usage in PU */
picotrns.c 66 case PICOKFST_PLANE_PHONEMES: /* phones */
207 pico_status_t picotrns_trivial_syllabify(picoktab_Phones phones,
227 while ((j < inSeqLen) && !picoktab_isSyllCarrier(phones,(picoos_uint8)inSeq[j].sym)) {
228 if ((inSeq[j].sym == picoktab_getPrimstressID(phones))
229 || (inSeq[j].sym == picoktab_getPrimstressID(phones))) {
251 insertSym(outSeq,out++,picoktab_getSyllboundID(phones));
266 while ((i < inSeqLen) && picoktab_isSyllCarrier(phones,(picoos_uint8)inSeq[i].sym)) {
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
de-DE_phones.utf 4 ! Phones Symbol Table for language de-DE
13 ! phones set Pico
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
en-GB_phones.utf 4 ! Phones Symbol Table for language en-GB
13 ! phones set Pico
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 116 mDatabase.execSQL("CREATE TABLE phones (num TEXT);");
117 mDatabase.execSQL("INSERT INTO phones (num) VALUES ('911');");
118 mDatabase.execSQL("INSERT INTO phones (num) VALUES ('5555');");
119 mDatabase.execSQL("INSERT INTO phones (num) VALUES ('+" + PHONE_NUMBER + "');");
124 c = mDatabase.query("phones", null,
129 c = mDatabase.query("phones", null,
138 c = mDatabase.query("phones", null,
147 c = mDatabase.query("phones", null,
152 c = mDatabase.query("phones", null,
161 c = mDatabase.query("phones", null
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 77 * Constants for listing and filtering phones.
222 * Get a list of phones sorted by contact name. One contact may have multiple phones.
233 // because it causes the some phones' contacts provider to return incorrect sections.
277 * Get a list of phones matching a search criteria. The search may be on contact name or
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 151 Uri phoneUri = Uri.withAppendedPath(personRecord, People.Phones.CONTENT_DIRECTORY);
153 values.put(People.Phones.TYPE, People.Phones.TYPE_HOME);
154 values.put(People.Phones.NUMBER, "+18005552871");
  /external/replicaisland/src/com/replica/replicaisland/
InputSystem.java 67 // Some devices call landscape "ROTAION_90" (e.g. phones), while others call it

Completed in 1532 milliseconds

1 23 4 5 6 7 8 91011>>