HomeSort by relevance Sort by last modified time
    Searched full:vcard (Results 76 - 100 of 205) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNode.java 16 package com.android.vcard.tests.testutils;
21 * Previously used in main vCard handling code but now exists only for testing.
VCardTestsBase.java 16 package com.android.vcard.tests.testutils;
21 import com.android.vcard.VCardConfig;
22 import com.android.vcard.tests.testutils.VCardVerifier;
25 * BaseClass for vCard unit tests with utility classes.
50 // Not using constants in vCard code since it may be wrong.
VNodeBuilder.java 16 package com.android.vcard.tests.testutils;
18 import com.android.vcard.VCardConfig;
19 import com.android.vcard.VCardInterpreter;
20 import com.android.vcard.VCardProperty;
21 import com.android.vcard.VCardUtils;
40 * Maybe several vcard instance, so use vNodeList to store.
  /packages/apps/Contacts/src/com/android/contacts/vcard/
CancelRequest.java 16 package com.android.contacts.vcard;
19 * Class representing one request for canceling vCard import/export.
VCardImportExportListener.java 17 package com.android.contacts.vcard;
19 import com.android.vcard.VCardEntry;
ExportRequest.java 16 package com.android.contacts.vcard;
ExportProcessor.java 16 package com.android.contacts.vcard;
20 import com.android.vcard.VCardComposer;
21 import com.android.vcard.VCardConfig;
96 if (DEBUG) Log.d(LOG_TAG, String.format("vCard export (id: %d) has started.", mJobId));
146 Log.e(LOG_TAG, "initialization of vCard composer failed: " + errorReason);
167 Log.i(LOG_TAG, "Export request is cancelled during composing vCard");
184 // vCard export is quite fast (compared to import), and frequent notifications
191 Log.i(LOG_TAG, "Successfully finished exporting vCard " + request.destUri);
ExportVCardActivity.java 16 package com.android.contacts.vcard;
19 import com.android.vcard.VCardComposer;
42 * Shows a dialog confirming the export and asks actual vCard export to {@link VCardService}
62 Log.i(LOG_TAG, "Message returned from vCard server contains error code.");
73 Log.w(LOG_TAG, "Message returned from vCard server doesn't contain valid path");
79 Log.w(LOG_TAG, "Destination file name coming from vCard service is empty.");
165 Log.e(LOG_TAG, "Failed to start vCard service");
172 Log.e(LOG_TAG, "Failed to connect to vCard service.");
ImportVCardActivity.java 17 package com.android.contacts.vcard;
24 import com.android.vcard.VCardEntryCounter;
25 import com.android.vcard.VCardParser;
26 import com.android.vcard.VCardParser_V21;
27 import com.android.vcard.VCardParser_V30;
28 import com.android.vcard.VCardSourceDetector;
29 import com.android.vcard.exception.VCardException;
30 import com.android.vcard.exception.VCardNestedException;
31 import com.android.vcard.exception.VCardVersionException;
82 * The class letting users to import vCard. This includes the UI part for letting them selec
    [all...]
NotificationImportExportListener.java 17 package com.android.contacts.vcard;
20 import com.android.vcard.VCardEntry;
38 /** The tag used by vCard-related notifications. */
41 * The tag used by vCard-related failure notifications.
80 // We just want to show notification for the first vCard.
193 * @param totalCount The number of vCard entries to be imported. Used to show progress bar.
195 * @param currentCount The index of current vCard. Used to show progress bar.
204 // expect (for each vCard import/export request).
270 * Constructs a Notification telling the vCard import has failed.
VCardService.java 16 package com.android.contacts.vcard;
46 * The class responsible for handling vCard import/export requests.
117 /* ** vCard exporter params ** */
133 /* ** end of vCard exporter params ** */
145 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created.");
395 Log.d(LOG_TAG, String.format("Received vCard import finish notification (id: %d). "
405 Log.d(LOG_TAG, String.format("Received vCard export finish notification (id: %d). "
452 * Returns an appropriate file name for vCard export. Returns null when impossible.
454 * @return destination path for a vCard file to be exported. null on error and mErrorReason
469 * There may not be any appropriate file name. If there are 99999 vCard files in th
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardTestUtilsTests.java 16 package com.android.vcard.tests;
21 import com.android.vcard.VCardConfig;
22 import com.android.vcard.tests.testutils.VCardVerifier;
30 * Tests confirming utilities for vCard tests work fine.
32 * Now that the foundation classes for vCard test cases became too complicated to
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...]
  /frameworks/opt/vcard/
Android.mk 21 LOCAL_MODULE := com.android.vcard
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryCommitter.java 16 package com.android.vcard;
35 * Each vCard may contain big photo images encoded by BASE64,
36 * If we store all vCard entries in memory, OutOfMemoryError may be thrown.
37 * Thus, this class push each VCard entry into ContentResolver immediately.
VCardBuilder.java 16 package com.android.vcard;
18 import com.android.vcard.VCardUtils.PhoneNumberUtilsPort;
51 * The class which lets users create their own vCard String. Typical usage is as follows:
84 private static final String VCARD_DATA_VCARD = "VCARD";
138 Log.w(LOG_TAG, "Should not use vCard 4.0 when building vCard. " +
153 // vCard 2.1 requires charset.
154 // vCard 3.0 does not allow it but we found some devices use it to determine
233 Log.w(LOG_TAG, "Unknown vCard version detected.");
303 * properties for vCard 4.0
    [all...]
VCardUtils.java 16 package com.android.vcard;
18 import com.android.vcard.exception.VCardException;
44 * Utilities for VCard handling codes.
124 // vCard and current (as of 2009-08-07) Contacts structure.
156 // OTHER (default in Android) should correspond to VOICE (default in vCard).
230 // prefer more specific types specified in the vCard. Note that OTHER and
231 // the other different types may appear simultaneously here, since vCard
393 // Unknown vCard type
394 Log.w(LOG_TAG, "Unknown vCard type");
441 * or not, which is required by vCard 2.1
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/exception/
VCardAgentNotSupportedException.java 16 package com.android.vcard.exception;
VCardException.java 16 package com.android.vcard.exception;
  /frameworks/opt/vcard/tests/
Android.mk 23 LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 32 import com.android.vcard.VCardBuilder;
33 import com.android.vcard.VCardConfig;
34 import com.android.vcard.VCardConstants;
35 import com.android.vcard.VCardUtils;
40 * VCard composer especially for Call Log used in Bluetooth.
52 "The vCard composer object is not correctly initialized";
56 "The Uri vCard composer received is not supported by the composer.";
172 * This static function is to compose vCard for phone own number
  /packages/apps/Contacts/src/com/android/contacts/
NfcHandler.java 43 * which is a vCard in this case.
92 NdefRecord record = NdefRecord.createMime("text/x-vcard", ndefBytes.toByteArray());
95 Log.e(TAG, "IOException creating vcard.");
  /frameworks/opt/vcard/tests/res/raw/
v21_complicated.vcf 1 BEGIN:VCARD
106 END:VCARD
  /packages/apps/Contacts/res/values/
ids.xml 22 <!-- For vcard.ImportVCardActivity -->
33 <!-- For vcard.CancelActivity -->
  /packages/apps/Tag/res/values/
strings.xml 46 <!-- Action description indicating the user can import a scanned vCard -->
52 <!-- Description string for vCard messages -->

Completed in 349 milliseconds

1 2 34 5 6 7 8 9