/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
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/ |
TelephonyManagerCompat.java | 59 * Returns the number of phones available. 80 * GSM and the MEID for CDMA phones. Return null if device ID is not available.
|
/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...] |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveVoiceConfTest.py | 401 """Use 3 phones to make MO calls. 463 raise _CallException("Not All phones are in-call.") 471 """Use 3 phones to make MO call and MT call. [all...] |
/external/svox/pico/lib/ |
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)) {
|
picokdbg.c | 49 * @b Phones
|
/build/target/product/ |
core_minimal.mk | 18 # things that are specific to communication devices (phones, tables,
|
/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
|
/frameworks/base/core/res/res/values-land/ |
dimens.xml | 47 phones -->
|
/frameworks/base/docs/html/distribute/googleplay/ |
tv.jd | 101 existing app for phones, tablets, and other devices, using the same package 104 earned in your app for phones and tablets. 113 package name and store listing that you use for phones and tablets. 232 other devices in Google Play Store — on phones and tablets, for
|
/frameworks/base/docs/html/distribute/stories/apps/ |
remember-the-milk.jd | 55 deliver a <b>single APK for phones and tablets</b>.
|
/frameworks/base/docs/html/distribute/stories/games/ |
gameloft-asphalt8.jd | 21 feature phones.
|
/frameworks/base/docs/html/guide/practices/ |
index.jd | 4 page.landing.intro=Design and build apps the right way. Learn how to create apps that look great and perform well on as many devices as possible, from phones to tablets and more.
|
/frameworks/base/docs/html/guide/topics/providers/ |
content-providers.jd | 42 "Cursor (Phones)"</a>
|
/frameworks/base/docs/html/guide/topics/ui/ |
index.jd | 48 small phones to large TV sets. This class shows you how to implement a user interface that's
|
/frameworks/base/docs/html/training/multiscreen/ |
index.jd | 44 ranging from small phones to large TV sets. Therefore, it?s important
|
/frameworks/base/services/core/java/com/android/server/backup/ |
BackupUtils.java | 44 // different phones the same system app will have different signatures.)
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardConfig.java | 177 * phones', which are probably not able to parse full-width hiragana/katakana for 221 * For example, there's a possibility Japanese mobile phones are expected to have 222 * just numbers, hypens, plus, etc. but not usual alphabets, while US mobile phones 357 * mobile phones, where phonetic names are translated to half-width katakana if
|
VCardParser_V21.java | 40 * (possible in Japanese mobile phones).
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
CameraInterface.java | 37 * Typically 90 or 270 for phones, 0 or 180 for tablets, though many tables are also
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
FrequentContactsCursorQueryData.java | 77 // Some phones have a buggy implementation of the Contacts provider which crashes
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
FileImageRequest.java | 76 // the thumbnail itself but at least on some phones, the thumbnail
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
BugleActivityUtil.java | 66 // UserManager.DISALLOW_SMS added in L. No multiuser phones before this
|