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

1 23 4 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 164 // Phones
165 final ArrayList<ValuesDelta> phones = state.getMimeEntries(Phone.CONTENT_ITEM_TYPE); local
168 if (phones != null) {
170 for (ValuesDelta phone : phones) {
  /packages/apps/UnifiedEmail/res/layout/
one_pane_activity.xml 54 <!--A drawer for phones: a pull-out that gives the list of folders. -->
  /system/connectivity/shill/
provider_db_unittest.bfd 36 name:,MEdia Net (phones)
tethering.h 29 // Modern Android phones in tethering mode provide DHCP option 43 even
  /device/generic/goldfish/data/etc/
handheld_core_hardware.xml 21 Handheld devices include phones, mobile Internet devices (MIDs),
80 <!-- GSM phones must also include android.hardware.telephony.gsm.xml -->
81 <!-- CDMA phones must also include android.hardware.telephony.cdma.xml -->
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
en-US_phones.utf 4 ! Phones Symbol Table for language en-US
13 ! phones set Pico
26 ! main phones alphabet
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_phones.utf 4 ! Phones Symbol Table for language fr-FR
13 ! phones set Pico
26 ! main phones alphabet
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
it-IT_phones.utf 4 ! Phones Symbol Table for language it-IT
13 ! phones set Pico
27 ! main phones alphabet
  /frameworks/base/docs/html/about/
android.jd 51 <blockquote>Easily optimize a single binary for phones, tablets, and other devices.</blockquote>
56 devices&mdash;from phones to tablets and beyond.</p>
67 other sets for optimzations specific to phones or tablets.
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.
  /frameworks/native/data/etc/
car_core_hardware.xml 21 Handheld devices include phones, mobile Internet devices (MIDs),
74 <!-- GSM phones must also include android.hardware.telephony.gsm.xml -->
75 <!-- CDMA phones must also include android.hardware.telephony.cdma.xml -->
handheld_core_hardware.xml 21 Handheld devices include phones, mobile Internet devices (MIDs),
83 <!-- GSM phones must also include android.hardware.telephony.gsm.xml -->
84 <!-- 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/
PhoneInternalInterface.java 495 * Get the line 1 phone number (MSISDN). For CDMA phones, the MDN is returned
496 * and {@link #getMsisdn()} will return the MSISDN on CDMA/LTE phones.<p>
730 * Retrieves the unique device ID, e.g., IMEI for GSM phones and MEID for CDMA phones.
736 * for GSM phones.
741 * Retrieves the unique subscriber ID, e.g., IMSI for GSM phones.
746 * Retrieves the Group Identifier Level1 for GSM phones.
751 * Retrieves the Group Identifier Level2 for phones.
758 * Retrieves the ESN for CDMA phones.
763 * Retrieves MEID for CDMA phones
    [all...]
PhoneFactory.java 238 throw new IllegalStateException("Default phones haven't been made yet!");
250 throw new IllegalStateException("Default phones haven't been made yet!");
272 throw new IllegalStateException("Default phones haven't been made yet!");
377 Phone[] phones = (Phone[])PhoneFactory.getPhones(); local
378 for (int i = 0; i < phones.length; i++) {
380 Phone phone = phones[i];
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 514 // Go through SIM-based phones and register ourselves -- registering an existing account
516 Phone[] phones = PhoneFactory.getPhones(); local
517 Log.d(this, "Found %d phones. Attempting to register.", phones.length);
523 for (Phone phone : phones) {
542 if (DBG && phones.length > 0 && "TRUE".equals(System.getProperty("dummy_sim"))) {
543 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">
  /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/docs/html-intl/intl/ru/guide/topics/providers/
content-providers.jd 40 Cursor (Phones)</a>
  /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 */
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveSmsTest.py 99 """Test SMS between two phones.
191 """Test SMS basic function between two phone. Phones in any network.
213 """Test SMS basic function between two phone. Phones in any network.
235 """Test SMS basic function between two phone. Phones in 3g network.
257 """Test SMS basic function between two phone. Phones in 3g network.
279 """Test SMS basic function between two phone. Phones in 3g network.
302 """Test SMS basic function between two phone. Phones in 3g network.
325 """Test SMS basic function between two phone. Phones in LTE network.
350 """Test SMS basic function between two phone. Phones in LTE network.
    [all...]

Completed in 1906 milliseconds

1 23 4 5 6 7 8 91011>>