/hardware/qcom/audio/legacy/alsa_sound/ |
AudioHardwareALSA.cpp | 147 ALOGE("Cannot open /proc/asound/cards file to get sound card info"); 151 if (strstr(soundCardInfo, "msm8960-tabla1x-snd-card")) { 154 } else if (strstr(soundCardInfo, "msm-snd-card")) { 157 } else if (strstr(soundCardInfo, "msm8930-sitar-snd-card")) { 166 ALOGV("Detected tabla 1.x sound card"); 169 ALOGV("Detected sitar 1.x sound card"); 179 ALOGV("Detected tabla 2.x sound card"); [all...] |
/hardware/qcom/msm8994/kernel-headers/sound/ |
asound.h | 77 int card; member in struct:snd_hwdep_info 284 int card; member in struct:snd_pcm_info 567 int card; member in struct:snd_rawmidi_info 634 int card; member in struct:snd_timer_id 642 int card; member in struct:snd_timer_ginfo 679 int card; member in struct:snd_timer_info 764 int card; member in struct:snd_ctl_card_info [all...] |
/hardware/qcom/msm8996/kernel-headers/sound/ |
asound.h | 81 int card; member in struct:snd_hwdep_info 291 int card; member in struct:snd_pcm_info 572 int card; member in struct:snd_rawmidi_info 639 int card; member in struct:snd_timer_id 647 int card; member in struct:snd_timer_ginfo 684 int card; member in struct:snd_timer_info 769 int card; member in struct:snd_ctl_card_info [all...] |
/hardware/qcom/msm8x26/kernel-headers/sound/ |
asound.h | 76 int card; member in struct:snd_hwdep_info 282 int card; member in struct:snd_pcm_info 566 int card; member in struct:snd_rawmidi_info 632 int card; member in struct:snd_timer_id 641 int card; member in struct:snd_timer_ginfo 677 int card; member in struct:snd_timer_info 762 int card; member in struct:snd_ctl_card_info [all...] |
/hardware/qcom/msm8x84/kernel-headers/sound/ |
asound.h | 76 int card; member in struct:snd_hwdep_info 282 int card; member in struct:snd_pcm_info 566 int card; member in struct:snd_rawmidi_info 632 int card; member in struct:snd_timer_id 641 int card; member in struct:snd_timer_ginfo 677 int card; member in struct:snd_timer_info 762 int card; member in struct:snd_ctl_card_info [all...] |
/packages/services/Telephony/res/values-lo-rLA/ |
strings.xml | 46 <string name="no_vm_number_msg" msgid="1300729501030053828">"????????????????????????????? SIM card."</string> 48 <string name="puk_unlocked" msgid="2284912838477558454">"????????????????? SIM card ???????????. ?????????????????????????????..."</string> 128 <string name="exception_error" msgid="7027667130619518211">"???????? ??? SIM card ??????."</string> 167 <string name="not_allowed" msgid="5613353860205691579">"SIM card ???????????????????????????????????????????."</string> [all...] |
/frameworks/base/core/java/android/nfc/ |
NfcAdapter.java | 489 Log.e(TAG, "could not retrieve NFC-F card emulation service"); 495 Log.e(TAG, "could not retrieve card emulation service"); 611 * Returns the binder interface to the card emulation service. 620 * Returns the binder interface to the NFC-F card emulation service. 656 Log.e(TAG, "could not retrieve NFC card emulation service during service recovery"); 662 Log.e(TAG, "could not retrieve NFC-F card emulation service during service recovery"); [all...] |
/frameworks/base/docs/html/about/versions/ |
android-4.4.jd | 36 <li><a href="#HCE">Host card emulation</a></li> 241 <h3 id="HCE">Host card emulation</h3> 243 <p>Android apps can now emulate ISO14443-4 (ISO-DEP) NFC cards that use APDUs for data exchange (as specified in ISO7816-4). This allows an NFC-enabled device running Android 4.4 to emulate multiple NFC cards at the same time, and allows an NFC payment terminal or other NFC reader to initiate a transaction with the appropriate NFC card based on the application identifier (AID).</p> 245 <p>If you want to emulate an NFC card that is using these protocols in your app, create a service component based on the {@link android.nfc.cardemulation.HostApduService} class. Whereas if your app instead uses a secure element for card emulation, you need to create a service based on the {@link android.nfc.cardemulation.OffHostApduService} class, which will not directly be involved in the transactions but is necessary to register the AIDs that should be handled by the secure element.</p> 247 <p>For more information, read the <a href="{@docRoot}guide/topics/connectivity/nfc/hce.html">NFC Card Emulation</a> guide.</p> 254 <p>This new capability, in conjunction with host card emulation, allows Android to operate on both ends of a mobile payment interface: One devices operates as the payment terminal (a device running a reader mode activity) and another device operates as the payment client (a device emulating an NFC card).</p> [all...] |
android-3.2.jd | 61 <li><strong>Media sync from SD card</strong> 62 <p>On devices that support an SD card, users can now load media files directly 63 from the SD card to apps that use them. A system facility makes the files 398 removeable SD card, where supported by the device. Applications can also 399 interact with the SD card files directly, using the MTP API. </li>
|
/packages/services/Telephony/res/values-en-rAU/ |
strings.xml | 46 <string name="no_vm_number_msg" msgid="1300729501030053828">"No voicemail number is stored on the SIM card."</string> 48 <string name="puk_unlocked" msgid="2284912838477558454">"Your SIM card has been unblocked. Your phone is unlocking?"</string> 128 <string name="exception_error" msgid="7027667130619518211">"Network or SIM card error."</string> 167 <string name="not_allowed" msgid="5613353860205691579">"Your SIM card doesn\'t allow a connection to this network."</string> [all...] |
/packages/services/Telephony/res/values-en-rGB/ |
strings.xml | 46 <string name="no_vm_number_msg" msgid="1300729501030053828">"No voicemail number is stored on the SIM card."</string> 48 <string name="puk_unlocked" msgid="2284912838477558454">"Your SIM card has been unblocked. Your phone is unlocking?"</string> 128 <string name="exception_error" msgid="7027667130619518211">"Network or SIM card error."</string> 167 <string name="not_allowed" msgid="5613353860205691579">"Your SIM card doesn\'t allow a connection to this network."</string> [all...] |
/packages/services/Telephony/res/values-en-rIN/ |
strings.xml | 46 <string name="no_vm_number_msg" msgid="1300729501030053828">"No voicemail number is stored on the SIM card."</string> 48 <string name="puk_unlocked" msgid="2284912838477558454">"Your SIM card has been unblocked. Your phone is unlocking?"</string> 128 <string name="exception_error" msgid="7027667130619518211">"Network or SIM card error."</string> 167 <string name="not_allowed" msgid="5613353860205691579">"Your SIM card doesn\'t allow a connection to this network."</string> [all...] |
/art/runtime/gc/ |
heap.cc | 451 // TODO: Place bump-pointer spaces somewhere to minimize size of card table. 519 // Allocate the card table. 520 // We currently don't support dynamically resizing the card table. 521 // Since we don't know where in the low_4gb the app image will be located, make the card table 522 // cover the whole low_4gb. TODO: Extend the card table in AddSpace. 529 CHECK(card_table_.get() != nullptr) << "Failed to create card table"; [all...] |
/frameworks/base/docs/html/google/play/billing/ |
billing_subscriptions.jd | 205 card has become invalid), the subscription does not renew. The {@code 331 against the credit card that the user provided during the initial purchase, at 493 This setting is useful if your subscribers have an expired credit card, subscribed using a 494 prepaid card, or canceled a card without updating their payment information. For
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | 78 // Currently not support SIM card 92 // SIM card 385 // Not support SIM card currently 387 Log.w(TAG, "Not support access SIM card info!"); [all...] |
/packages/apps/TvSettings/Settings/res/values/ |
strings.xml | 74 <!-- Top level network card title. [CHAR LIMIT=50] --> [all...] |
/packages/apps/Settings/res/values-lo-rLA/ |
strings.xml | 70 <string name="sdcard_unmount" product="default" msgid="3364184561355611897">"??????????????? SD card"</string> 72 <string name="sdcard_format" product="default" msgid="6713185532039187532">"??????????? SD card"</string> 89 <string name="sdcard_setting" product="default" msgid="5922637503871474866">"SD card"</string> 217 <string name="sdcard_settings_not_present_status" product="default" msgid="2048419626134861599">"????? SD card"</string> 220 <string name="sdcard_settings_mass_storage_status" product="default" msgid="2742075324087038036">"SD card? ???????????????????????????????????"</string> 222 <string name="sdcard_settings_unmounted_status" product="default" msgid="666233604712540408">"?????????????? SD card ???????????????????"</string> 224 <string name="sdcard_settings_bad_removal_status" product="default" msgid="5145797653495907970">"SD card ???????????????????????????????!"</string> 227 <string name="sdcard_settings_scanning_status" product="default" msgid="2763464949274455656">"?????????? SD card ?????????????..."</string> 229 <string name="sdcard_settings_read_only_status" product="default" msgid="4518291824764698112">"SD card ???????????????????????????????."</string> 255 <string name="sd_card_settings_label" product="default" msgid="5743100901106177102">"SD card"</string [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.sat4j.core_2.2.0.v20100429.jar | |
/packages/apps/Dialer/res/values/ |
strings.xml | 191 <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] --> 194 <!-- Promo card text for visual voicemail. --> 199 <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] --> 501 <!-- Dialog text displayed when loading a phone number from the SIM card for speed dial --> 502 <string name="simContacts_emptyLoading">Loading from SIM card\u2026</string> 504 <!-- Dialog title displayed when loading a phone number from the SIM card for speed dial --> 505 <string name="simContacts_title">SIM card contacts</string> [all...] |
/frameworks/base/core/res/res/values-lo-rLA/ |
strings.xml | 62 <string name="needPuk2" msgid="4526033371987193070">"??? PUK2 ???????????? SIM card."</string> 298 <string name="permdesc_readSms" product="tablet" msgid="2467981548684735522">"??????????????????? SMS ?????????????????????? ??? SIM card ???????. ?????????????????????????????????????????? SMS ????????? ???????????????????????????????."</string> [all...] |
/packages/apps/Messaging/res/values-en-rAU/ |
strings.xml | 180 <string name="notification_vcard" msgid="7658061674440552878">"Contact card"</string> [all...] |
/packages/apps/Messaging/res/values-en-rGB/ |
strings.xml | 180 <string name="notification_vcard" msgid="7658061674440552878">"Contact card"</string> [all...] |
/packages/apps/Messaging/res/values-en-rIN/ |
strings.xml | 180 <string name="notification_vcard" msgid="7658061674440552878">"Contact card"</string> [all...] |
/frameworks/base/core/res/res/values-tl/ |
strings.xml | 61 <string name="needPuk" msgid="919668385956251611">"Na-PUK-lock ang iyong SIM card. I-type ang PUK code upang i-unlock ito."</string> 62 <string name="needPuk2" msgid="4526033371987193070">"I-type ang PUK2 upang i-unblock ang SIM card."</string> 270 <string name="capability_desc_canRequestFilterKeyEvents" msgid="7463135292204152818">"May kasamang personal na data tulad ng mga numero ng credit card at password."</string> [all...] |
/packages/apps/Settings/res/values-tl/ |
strings.xml | 70 <string name="sdcard_unmount" product="default" msgid="3364184561355611897">"I-unmount ang SD card"</string> 72 <string name="sdcard_format" product="default" msgid="6713185532039187532">"Burahin ang SD card"</string> 89 <string name="sdcard_setting" product="default" msgid="5922637503871474866">"SD card"</string> 149 <string name="bluetooth_sap_acceptance_dialog_text" msgid="4414253873553608690">"Gustong i-access ng <xliff:g id="DEVICE_NAME_0">%1$s</xliff:g> ang iyong SIM card. Idi-disable ng pagbibigay ng access sa SIM ang connectivity ng data sa iyong device habang nakakonekta. Bigyan ng access ang <xliff:g id="DEVICE_NAME_1">%2$s?</xliff:g>"</string> 217 <string name="sdcard_settings_not_present_status" product="default" msgid="2048419626134861599">"Walang SD card."</string> 220 <string name="sdcard_settings_mass_storage_status" product="default" msgid="2742075324087038036">"Ginagamit ang SD card bilang isang mass storage device."</string> 222 <string name="sdcard_settings_unmounted_status" product="default" msgid="666233604712540408">"Ligtas na ngayong alisin ang SD card."</string> 224 <string name="sdcard_settings_bad_removal_status" product="default" msgid="5145797653495907970">"Inalis ang SD card habang ginagamit pa!"</string> 227 <string name="sdcard_settings_scanning_status" product="default" msgid="2763464949274455656">"Inii-scan ng SD card para sa media?"</string> 229 <string name="sdcard_settings_read_only_status" product="default" msgid="4518291824764698112">"Na-mount ang SD card na read-only."</string [all...] |