/frameworks/base/packages/SystemUI/res/values/ |
dimens.xml | 64 <!-- thickness (height) of the navigation bar on phones that require it --> 206 <!-- For phones, this is close_handle_height + header_height -->
|
/external/svox/pico/lib/ |
picospho.c | 235 /* phones kb */ 236 picoktab_Phones phones; member in struct:spho_subobj 238 /* some soecial ids from phones */ 317 spho->phones = picoktab_getPhones(this->voice->kbArray[PICOKNOW_KBID_TAB_PHONES]); 319 spho->syllSepId = picoktab_getSyllboundID(spho->phones); 320 spho->primStressId = picoktab_getPrimstressID(spho->phones); 321 spho->secondStressId = picoktab_getSecstressID(spho->phones); [all...] |
picotrns.h | 154 pico_status_t picotrns_trivial_syllabify(picoktab_Phones phones,
|
/frameworks/base/core/java/android/provider/ |
Contacts.java | 87 * Signifies a Phone row that is stored in the Phones table 416 * <P>Type: INTEGER (foreign key to phones table on the _ID field)</P> 658 * A sub directory of a single person that contains all of their Phones. 662 public static final class Phones implements BaseColumns, PhonesColumns, 667 private Phones() {} 674 public static final String CONTENT_DIRECTORY = "phones"; 855 * Columns from the Phones table that other columns join into themselves. [all...] |
/bionic/libc/include/ |
nsswitch.h | 98 #define NSDB_PHONES "phones"
|
/bionic/libc/private/ |
nsswitch.h | 98 #define NSDB_PHONES "phones"
|
/development/ndk/platforms/android-3/include/ |
nsswitch.h | 98 #define NSDB_PHONES "phones"
|
/docs/source.android.com/src/compatibility/ |
index.jd | 40 is a line of code that didn't add a new feature. The more compatible phones
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_api.c | 23 * phones.
|
/external/bluetooth/bluedroid/btif/include/ |
btif_av_api.h | 25 ** Bluetooth application layer for mobile phones.
|
/external/chromium_org/chrome/browser/sync/glue/ |
device_info.cc | 98 // phones and tablets.
|
/external/chromium_org/chrome/test/functional/webdriver_pages/ |
settings.py | 205 postal_code=None, country_code=None, phones=None): 223 phones: List of phone numbers. 234 'phone-list': phones} 256 """Returns a list of the phone numbers in the phones list."""
|
/external/chromium_org/components/autofill/core/browser/ |
phone_number.cc | 96 // Normalize phones if |type| is a whole number:
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device.cc | 95 // Cellular, cordless and smart phones.
|
/external/icu4c/data/mappings/ |
gsm-03.38-2000.ucm | 40 # in mobile phones follow the standard.
|
/external/opencv/ |
README.rdoc | 10 * An Android Phone Dev Phone (Might work with other phones, has not been tested)
|
/frameworks/base/docs/html/design/get-started/ |
ui-overview.jd | 74 <p>New for phones in Android 4.0, the navigation bar is present only on devices that don't have
|
/frameworks/base/docs/html/design/patterns/ |
multi-pane-layouts.jd | 27 <p>Because tablets have more screen real estate than phones, you can use panels to combine the related
|
/frameworks/base/docs/html/guide/appendix/ |
app-intents.jd | 94 Android phones in portrait mode will adjust the zoom so that
|
/frameworks/base/docs/html/tools/extras/ |
oem-usb.jd | 36 <p class="note"><strong>Note:</strong> If your device is one of the Android Developer Phones 213 <p class="note"><strong>Note:</strong> If your device is one of the Android Developer Phones 293 href="http://www.lg.com/us/mobile-phones/mobile-support/mobile-lg-mobile-phone-support.jsp">http://www.lg.com/us/mobile-phones/mobile-support/mobile-lg-mobile-phone-support.jsp</a></td>
|
/frameworks/base/docs/html/tools/ |
index.jd | 38 <li>Visualize your UI on tablets, phones, and other devices. Switch themes, locales, even platform versions instantly, without building.</li>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneFactory.java | 165 throw new IllegalStateException("Default phones haven't been made yet!");
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastSettings.java | 81 // Enabled by default for phones sold in Brazil, otherwise this setting may be hidden.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
SmoothPagedView.java | 85 // in computeScroll), we only do this in the OVERSHOOT_MODE, ie. on phones
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
SmoothPagedView.java | 82 // in computeScroll), we only do this in the OVERSHOOT_MODE, ie. on phones
|