/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
VideoCallFragment.java | 457 * the available space not occupied by the call card. This is a no-op for landscape mode. 467 // If space beside call card is zeo, layout hasn't happened yet so there is no point 613 // Set the position of the secondary call info card to its starting location. 616 // Animate the secondary card info slide up/down as it appears and disappears. 879 * centered vertically below the call card. [all...] |
/packages/experimental/LoaderApp/res/values/ |
strings.xml | 420 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> 421 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> 423 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> 424 <string name="simContacts_title">SIM card contacts</string> 447 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is disabled, and there is no sim card (cdma)--> 454 <!-- Displayed full screen when the user has no contacts and they are displaying the My Contacts group, and contact syncing is enabled, and there is no sim card (cdma) --> 535 <!-- Label for the all data tab in the view and edit card --> [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneInterfaceManager.java | 2520 UiccCard card = UiccController.getInstance().getUiccCard(phone.getPhoneId()); local 2547 UiccCard card = UiccController.getInstance().getUiccCard(i); local 2569 UiccCard card = UiccController.getInstance().getUiccCard(phoneId); local 2584 UiccCard card = UiccController.getInstance().getUiccCard(i); local 2612 UiccCard card = phone == null ? null : phone.getUiccCard(); local [all...] |
/hardware/qcom/audio/hal/msm8974/ |
platform.c | 33 #define TOMTOM_8226_SND_CARD_NAME "msm8226-tomtom-snd-card" [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libasound.so | |
libasound.so.2 | |
libasound.so.2.0.0 | |
/art/runtime/gc/collector/ |
mark_sweep.cc | 225 // 1. mutator dirties the card (write barrier) 226 // 2. GC ages the card (the above ProcessCards call) 229 // This causes the GC to age the card but not necessarily mark the reference which the mutator 230 // wrote into the object stored in the card. 231 // Having the checkpoint fixes this issue since it ensures that the card mark and the 232 // reference write are visible to the GC before the card is scanned (this is due to locks being [all...] |
/frameworks/base/telephony/java/android/telephony/ |
TelephonyManager.java | [all...] |
/packages/apps/Contacts/res/values/ |
strings.xml | 440 <!-- Section title for the page containing the contact's social updates on the contact card (this abbreviated version of "Recent updates" is used when "updates" is already shown as the title of the page) [CHAR LIMIT=20]--> 443 <!-- Section title for the page containing the contact's social updates on the contact card [CHAR LIMIT=20]--> [all...] |
/frameworks/base/docs/html/distribute/essentials/quality/ |
core.jd | 313 App functions normally when installed on SD card (if supported by app). 317 Supporting installation to SD card is recommended for most large apps 321 should support installation to SD card. 1062 Install on SD Card 1070 "{@docRoot}guide/topics/data/install-location.html">device SD card</a> 1075 To move the app to SD card, you can use Settings > App Info > 1076 Move to SD Card.
|
/frameworks/base/docs/html/reference/ |
packages-wearable-support.html | 237 <div class="suggest-card reference no-display"> 241 <div class="suggest-card develop no-display"> 244 <div class="child-card guides no-display"> 246 <div class="child-card training no-display"> 248 <div class="child-card samples no-display"> 251 <div class="suggest-card design no-display"> 255 <div class="suggest-card distribute no-display">
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | 443 * Manages secion card states and nav resize to conclude loading 449 $('.section-card-menu').each(function(index, el) { 452 var $cardInfo = $(el).find('.card-info'); [all...] |
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
docs.js | 443 * Manages secion card states and nav resize to conclude loading 449 $('.section-card-menu').each(function(index, el) { 452 var $cardInfo = $(el).find('.card-info'); [all...] |
/external/autotest/client/cros/audio/ |
audio_helper.py | 65 def set_mixer_controls(mixer_settings={}, card='0'): 66 """Sets all mixer controls listed in the mixer settings on card. 69 @param card: Index of audio card to set mixer settings for. 71 logging.info('Setting mixer control values on %s', card) 73 logging.info('Setting %s to %s on card %s', 74 item['name'], item['value'], card) 76 cmd = cmd % (card, item['name'], item['value']) 80 # A card is allowed not to support all the controls, so don't [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_Generic.h | 357 /* ETSI HCI Card RF Gates */ 379 /* Card Emulation Managment Gates */ 646 /** \internal HCI Card Application Gates and Emulation 679 /** \internal HCI Card Emulation A Gate Information */ 681 /** \internal HCI Card Emulation B Gate Information */ [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
TelephonyIntents.java | 189 * Broadcast Action: The sim card state has changed. 195 * <dt>{@code ABSENT}</dt><dd>SIM card not found</dd> 196 * <dt>{@code LOCKED}</dt><dd>SIM card locked (see {@code reason})</dd> 197 * <dt>{@code READY}</dt><dd>SIM card ready</dd> 199 * <dt>{@code LOADED}</dt><dd>SIM card data loaded</dd>
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccRecords.java | 372 UiccCard card = parentApp.getUiccCard(); local 373 if (card != null) { 374 String brandOverride = card.getOperatorBrandOverride(); 382 log("getServiceProviderName: card is null, providerName=" + providerName); 587 * provided the SIM card. Returns null of SIM is not yet ready
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_pcm.c | 315 ALOGV("card = %d\n", info->card); 679 sel.id.card = pcm->card_no; 689 ALOGD("sel.id.card = %d\n", sel.id.card);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
BluetoothPbapClient.java | 106 * Path to incoming calls history object stored on the phone's SIM card 111 * Path to outgoing calls history object stored on the phone's SIM card 116 * Path to missed calls history object stored on the phone's SIM card 121 * Path to combined calls history object stored on the phone's SIM card 126 * Path to main phone book object stored on the phone's SIM card [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
AsyncRingtonePlayer.java | 33 * ringtones located on the SD card using this mechanism. {@link MediaPlayer} allows clients to 38 * to play custom ringtones located on the SD card using this mechanism. {@link Ringtone} allows 240 // any permissions to read from the SD card. (M+) 333 // If alarmNoise is a custom ringtone on the sd card the app must be granted 342 // The alarmNoise may be on the sd card which could be busy right now.
|
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPicker.java | 182 // SD card available 185 // SD card unavailable 276 // install an intent filter to receive SD card related events. 755 // on SD card. We will be killed if we don't close files when the SD card
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.sat4j.core_2.3.5.v201308161310.jar | |
/packages/services/Telephony/res/values/ |
strings.xml | 95 <string name="no_vm_number_msg">No voicemail number is stored on the SIM card.</string> 100 <string name="puk_unlocked">Your SIM card has been unblocked. Your phone is unlocking\u2026</string> 277 <string name="exception_error">Network or SIM card error.</string> 370 <!-- Available networks screen, toast when SIM card isn't allowed on a network --> 371 <string name="not_allowed">Your SIM card doesn\'t allow a connection to this network.</string> [all...] |
/external/autotest/client/cros/cellular/pseudomodem/ |
sim.py | 45 Broadband modems usually need a SIM card to operate. Each Modem object will 324 Sends the PIN to unlock the SIM card. 360 Sends the PUK and a new PIN to unlock the SIM card.
|