/packages/apps/Tag/res/values/ |
strings.xml | 46 <!-- Action description indicating the user can import a scanned vCard --> 52 <!-- Description string for vCard messages -->
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardUtils.java | 16 package com.android.vcard; 25 import com.android.vcard.exception.VCardException; 41 * Utilities for VCard handling codes. 121 // vCard and current (as of 2009-08-07) Contacts structure. 153 // OTHER (default in Android) should correspond to VOICE (default in vCard). 227 // prefer more specific types specified in the vCard. Note that OTHER and 228 // the other different types may appear simultaneously here, since vCard 390 // Unknown vCard type 391 Log.w(LOG_TAG, "Unknown vCard type"); 438 * or not, which is required by vCard 2.1 [all...] |
VCardPhoneNumberTranslationCallback.java | 16 package com.android.vcard;
|
VCardComposer.java | 16 package com.android.vcard; 57 * The class for composing vCard from Contacts information. 87 * Users have to manually take care of memory efficiency. Even one vCard may contain 91 * {@link VCardBuilder} is used to build each vCard. 105 "The vCard composer object is not correctly initialized"; 109 "The Uri vCard composer received is not supported by the composer."; 114 // since usual vCard devices for Japanese devices already use it. 136 * Used only when {@link #mIsDoCoMo} is true. Set to true when the first vCard for DoCoMo 137 * vCard is emitted. 185 * Constructs for supporting call log entry vCard composing 485 final String vcard = createOneEntryInternal(mCursor.getString(mIdColumn), local [all...] |
VCardEntry.java | 17 package com.android.vcard; 19 import com.android.vcard.VCardUtils.PhoneNumberUtilsPort; 55 * Represents one vCard entry, which should start with "BEGIN:VCARD" and end 56 * with "END:VCARD". This class is for bridging between real vCard data and 57 * Android's {@link ContactsContract}, which means some aspects of vCard are 58 * dropped before this object being constructed. Raw vCard data should be first 63 * should contain them when it cannot convert vCard as a string to Android's 113 // TODO: vCard 4.0 logically has multiple formatted names and we need t [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardJapanizationTests.java | 16 package com.android.vcard.tests; 25 import com.android.vcard.VCardConfig; 26 import com.android.vcard.tests.testutils.ContactEntry; 27 import com.android.vcard.tests.testutils.ContentValuesBuilder; 28 import com.android.vcard.tests.testutils.PropertyNodesVerifierElem; 29 import com.android.vcard.tests.testutils.VCardTestsBase; 30 import com.android.vcard.tests.testutils.PropertyNodesVerifierElem.TypeSet; 227 // LABEL must be ignored in vCard 2.1. As for vCard 3.0, the current behavior is 228 // same as that in vCard 3.0, which can be changed in the future [all...] |
VCardExporterTests.java | 17 package com.android.vcard.tests; 19 import com.android.vcard.VCardConfig; 20 import com.android.vcard.tests.testutils.ContactEntry; 21 import com.android.vcard.tests.testutils.PropertyNodesVerifierElem; 22 import com.android.vcard.tests.testutils.PropertyNodesVerifierElem.TypeSet; 23 import com.android.vcard.tests.testutils.VCardTestsBase; 43 * Tests for the code related to vCard exporter, inculding vCard composer. 44 * This test class depends on vCard importer code, so if tests for vCard importer fail [all...] |
VCardUtilsTests.java | 16 package com.android.vcard.tests; 20 import com.android.vcard.VCardUtils;
|
/packages/apps/ContactsCommon/res/values-vi/ |
strings.xml | 166 <string name="cancel_vcard_import_or_export_failed" msgid="7450212880694781527">"Không th? nh?p/xu?t vCard"</string> 173 <string name="fail_reason_too_many_vcard" product="nosdcard" msgid="8720294715223591581">"Quá nhi?u t?p vCard trong b? nh?."</string> 174 <string name="fail_reason_too_many_vcard" product="default" msgid="3793454448838716962">"Quá nhi?u t?p vCard trên th? SD."</string> 177 <string name="fail_reason_vcard_parse_error" msgid="514012644716565082">"Không th? phân tích cú pháp vCard vì lý do không mong mu?n."</string> 179 <string name="fail_reason_failed_to_collect_vcard_meta_info" msgid="3179066075701123895">"Không th? thu th?p thông tin meta c?a (các) t?p vCard c? th?."</string> 188 <string name="composer_not_initialized" msgid="6514403866246950877">"Trình so?n vCard không kh?i ??ng ?úng."</string> 195 <string name="reading_vcard_failed_title" msgid="4360989450476024034">"Không th? ??c d? li?u vCard"</string> 196 <string name="reading_vcard_canceled_title" msgid="1290217818311955708">"Thao tác ??c d? li?u vCard b? h?y"</string> 197 <string name="importing_vcard_finished_title" msgid="5590676758277628951">"?ã nh?p xong vCard <xliff:g id="FILENAME">%s</xliff:g>"</string> 201 <string name="vcard_import_request_rejected_message" msgid="5209363425953891316">"Yêu c?u nh?p vCard b? t? ch?i. Hãy th? l?i sau."</string [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
ContactEntry.java | 16 package com.android.vcard.tests.testutils;
|
ExportTestResolver.java | 16 package com.android.vcard.tests.testutils;
|
ImportTestResolver.java | 16 package com.android.vcard.tests.testutils;
|
ContentValuesBuilder.java | 16 package com.android.vcard.tests.testutils;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapConfig.java | 46 * If true, owner vcard will be generated from the "Me" profile
|
BluetoothPbapObexServer.java | 67 // The length of suffix of vcard name - ".vcf" is 5 118 // type for list vcard objects 119 private static final String TYPE_LISTING = "x-bt/vcard-listing"; 121 // type for get single vcard object 122 private static final String TYPE_VCARD = "x-bt/vcard"; 127 // type for download all vcard objects 337 // For "x-bt/phonebook" and "x-bt/vcard-listing": 339 // For "x-bt/vcard": 407 // pull vcard entry request 440 // Indicate which vCard parameter the search operation shall be carrie [all...] |
/packages/apps/Contacts/ |
Android.mk | 21 com.android.vcard \
|
AndroidManifest.xml | 411 <!-- vCard related --> 412 <activity android:name=".common.vcard.ImportVCardActivity" 418 <data android:mimeType="text/vcard" /> 419 <data android:mimeType="text/x-vcard" /> 424 <activity android:name=".common.vcard.NfcImportVCardActivity" 429 <data android:mimeType="text/vcard" /> 430 <data android:mimeType="text/x-vcard" /> 435 <activity android:name=".common.vcard.CancelActivity" 438 <activity android:name=".common.vcard.SelectAccountActivity" 441 <activity android:name=".common.vcard.ExportVCardActivity [all...] |
/packages/apps/ContactsCommon/ |
Android.mk | 25 com.android.vcard \
|
/packages/providers/ContactsProvider/ |
Android.mk | 13 LOCAL_STATIC_JAVA_LIBRARIES += android-common com.android.vcard guava
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ExportVCardActivity.java | 16 package com.android.contacts.common.vcard; 41 * Shows a dialog confirming the export and asks actual vCard export to {@link VCardService} 61 Log.i(LOG_TAG, "Message returned from vCard server contains error code."); 72 Log.w(LOG_TAG, "Message returned from vCard server doesn't contain valid path"); 78 Log.w(LOG_TAG, "Destination file name coming from vCard service is empty."); 174 Log.e(LOG_TAG, "Failed to start vCard service"); 181 Log.e(LOG_TAG, "Failed to connect to vCard service.");
|
CancelActivity.java | 16 package com.android.contacts.common.vcard; 34 * The Activity for canceling vCard import/export.
|
/packages/experimental/LoaderApp/res/values/ |
strings.xml | [all...] |
/external/libmtp/examples/ |
evolution-sync.sh | 70 # export your contacts to vcard. 72 $EADDEXP --format=vcard \
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/ |
mozilla | 114 text/x-vcard
|
/packages/apps/Email/src/com/android/email/activity/ |
NfcHandler.java | 37 * which is a vCard in this case.
|