HomeSort by relevance Sort by last modified time
    Searched full:phones (Results 26 - 50 of 156) sorted by null

12 3 4 5 6 7

  /development/pdk/docs/about/
index.jd 5 <p>Android is an open-source software stack created for mobile phones and
  /development/simulator/app/
PhoneCollection.h 30 /* scan for phones in subdirectories of "directory" */
  /device/htc/dream/
device_dream.mk 28 # stuff common to all HTC phones
  /device/htc/sapphire/
device_sapphire.mk 28 # stuff common to all HTC phones
  /external/svox/pico/lib/
picokdbg.h 58 * return kb Phones for usage in PU
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 */
  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
ReadOnlyContactEditorView.java 156 // Phones
157 ArrayList<ValuesDelta> phones = state.getMimeEntries(Phone.CONTENT_ITEM_TYPE); local
158 if (phones != null) {
159 for (ValuesDelta phone : phones) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 86 private static final int PHONES = 12;
210 public static final String PHONES = "view_v1_phones";
309 matcher.addURI(authority, "people/#/phones", PEOPLE_PHONES);
310 matcher.addURI(authority, "people/#/phones/#", PEOPLE_PHONES_ID);
329 matcher.addURI(authority, "phones", PHONES);
331 matcher.addURI(authority, "phones/filter/*", PHONES_FILTER);
332 // matcher.addURI(authority, "phones/filter_name/*", PHONES_FILTER_NAME);
333 // matcher.addURI(authority, "phones/mobile_filter_name/*",
335 matcher.addURI(authority, "phones/#", PHONES_ID)
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardSourceDetector.java 40 // In other words, Japanese FOMA mobile phones are detected as FOMA, not JAPANESE_MOBILE_PHONES.
47 // Some mobile phones (like FOMA) tells us the charset of the data.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 97 // contacts, Red only with phone numbers, Green with no phones, and Blue
123 // Grey should have four aggregates, three with phones.
125 assertEquals("Incorrect Grey with phones count", 3, summaryWithPhones);
127 // Red should have 3 aggregates, all with phones.
129 assertEquals("Incorrect Red with phones count", 3, summaryWithPhones);
131 // Green should have 1 aggregate, none with phones.
133 assertEquals("Incorrect Green with phones count", 0, summaryWithPhones);
137 assertEquals("Incorrect Blue with phones count", 0, summaryWithPhones);
  /development/pdk/docs/porting/
instrumentation_framework.jd 84 phoneUri = Uri.withAppendedPath(uri, Contacts.People.Phones.CONTENT_DIRECTORY);
87 values.put(Contacts.Phones.TYPE, phoneType);
88 values.put(Contacts.Phones.NUMBER, number);
89 values.put(Contacts.Phones.LABEL, label);
  /external/srec/config/en.us/grammars/
VoiceDialer.grxml 131 <!-- corresponds to android.provider.Contacts.People.Phones.TYPE_HOME -->
133 <!-- corresponds to android.provider.Contacts.People.Phones.TYPE_MOBILE -->
139 <!-- corresponds to android.provider.Contacts.People.Phones.TYPE_WORK -->
141 <!-- corresponds to android.provider.Contacts.People.Phones.TYPE_OTHER -->
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloadphones.lua 3 -- lua script picoloadphones.lua --- creates pkb containing phones table.
8 -- load pico phones src file and create phones pkb file
144 -- write out Phones pkb
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneSubInfoProxy.java 50 * Retrieves the unique sbuscriber ID, e.g., IMSI for GSM phones.
  /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/core/java/android/content/
DefaultDataHandler.java 48 * content://contacts/people/1/phones:
53 * &lt;row postfix="phones">
56 * &lt;row postfix="phones">
  /bionic/libc/
README 17 on multi-processors machines; we're running this on cell-phones, damnit !!
  /external/srec/seti/sltsEngine/include/
lts.h 51 Fills up phones in phone_string. This needs to be allocated by calling
  /frameworks/base/docs/html/
index.jd 162 'name':"Dev Phones",
164 'title':"Android Dev Phones",
167 + "the phone. The Android Dev Phones are carrier independent, and available for "
171 + "Android Dev Phones &raquo;</a></p>"
  /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 112 mDatabase.execSQL("CREATE TABLE phones (num TEXT);");
113 mDatabase.execSQL("INSERT INTO phones (num) VALUES ('911');");
114 mDatabase.execSQL("INSERT INTO phones (num) VALUES ('5555');");
115 mDatabase.execSQL("INSERT INTO phones (num) VALUES ('+" + PHONE_NUMBER + "');");
120 c = mDatabase.query("phones", null,
125 c = mDatabase.query("phones", null,
134 c = mDatabase.query("phones", null,
143 c = mDatabase.query("phones", null,
148 c = mDatabase.query("phones", null,
157 c = mDatabase.query("phones", null
    [all...]

Completed in 66 milliseconds

12 3 4 5 6 7