HomeSort by relevance Sort by last modified time
    Searched defs:vcard (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/pim/vcard/
JapaneseUtils.java 17 package android.pim.vcard;
VCardEntryHandler.java 16 package android.pim.vcard;
23 * This class is useful when you don't want to know vCard data in detail. If you want to know
34 * The method called when one VCard entry is successfully created
VCardParser.java 16 package android.pim.vcard;
18 import android.pim.vcard.exception.VCardException;
26 * Parses the given stream and send the vCard data into VCardBuilderBase object.
29 * Note that vCard 2.1 specification allows "CHARSET" parameter, and some career sets
31 * formally allowed in vCard 2.1, but not allowed in vCard 3.0. In vCard 2.1,
32 * In some exreme case, it is allowed for vCard to have different charsets in one vCard.
36 * vCard comes from and explicitly specify a charset using the result
    [all...]
VCardInterpreter.java 16 package android.pim.vcard;
23 * vCard entry minutely.
26 * Here, there are several terms specific to vCard (and this library).
29 * The term "entry" is one vCard representation in the input, which should start with "BEGIN:VCARD"
30 * and end with "END:VCARD".
33 * The term "property" is one line in vCard entry, which consists of "group", "property name",
42 * Called when vCard interpretation started.
47 * Called when vCard interpretation finished.
52 * Called when parsing one vCard entry started
    [all...]
VCardParserImpl_V40.java 16 package android.pim.vcard;
23 * Basic implementation parsing vCard 4.0.
26 * vCard 4.0 is not published yet. Also this implementation is premature.
60 // TODO: more strictly, vCard 4.0 requires different type of unescaping rule
  /frameworks/base/core/java/android/pim/vcard/exception/
VCardAgentNotSupportedException.java 16 package android.pim.vcard.exception;
VCardException.java 16 package android.pim.vcard.exception;
VCardInvalidCommentLineException.java 17 package android.pim.vcard.exception;
20 * Thrown when the vCard has some line starting with '#'. In the specification,
21 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
VCardInvalidLineException.java 16 package android.pim.vcard.exception;
19 * Thrown when the vCard has some line starting with '#'. In the specification,
20 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
VCardNestedException.java 17 package android.pim.vcard.exception;
20 * VCardException thrown when VCard is nested without VCardParser's being notified.
VCardNotSupportedException.java 16 package android.pim.vcard.exception;
19 * The exception which tells that the input VCard is probably valid from the view of
23 * It may be good to ask users to send a report with the VCard example
VCardVersionException.java 16 package android.pim.vcard.exception;
19 * VCardException used only when the version of the vCard is different.
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardTestRunner.java 16 package android.pim.vcard;
24 * Usage: adb shell am instrument -w com.android.vcard.tests/.VCardTestRunnerTestRunner
  /packages/apps/Tag/src/com/android/vcard/
JapaneseUtils.java 17 package com.android.vcard;
VCardEntryHandler.java 16 package com.android.vcard;
23 * This class is useful when you don't want to know vCard data in detail. If you want to know
34 * The method called when one VCard entry is successfully created
VCardParser.java 16 package com.android.vcard;
18 import com.android.vcard.exception.VCardException;
26 * Parses the given stream and send the vCard data into VCardBuilderBase object.
29 * Note that vCard 2.1 specification allows "CHARSET" parameter, and some career sets
31 * formally allowed in vCard 2.1, but not allowed in vCard 3.0. In vCard 2.1,
32 * In some exreme case, it is allowed for vCard to have different charsets in one vCard.
36 * vCard comes from and explicitly specify a charset using the result
    [all...]
  /packages/apps/Tag/src/com/android/vcard/exception/
VCardAgentNotSupportedException.java 16 package com.android.vcard.exception;
VCardException.java 16 package com.android.vcard.exception;
VCardInvalidCommentLineException.java 17 package com.android.vcard.exception;
20 * Thrown when the vCard has some line starting with '#'. In the specification,
21 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
VCardInvalidLineException.java 16 package com.android.vcard.exception;
19 * Thrown when the vCard has some line starting with '#'. In the specification,
20 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
VCardNestedException.java 17 package com.android.vcard.exception;
20 * VCardException thrown when VCard is nested without VCardParser's being notified.
VCardNotSupportedException.java 16 package com.android.vcard.exception;
19 * The exception which tells that the input VCard is probably valid from the view of
23 * It may be good to ask users to send a report with the VCard example
VCardVersionException.java 16 package com.android.vcard.exception;
19 * VCardException used only when the version of the vCard is different.
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
ContentValuesBuilder.java 16 package android.pim.vcard.test_utils;
VNode.java 16 package android.pim.vcard.test_utils;
21 * Previously used in main vCard handling code but now exists only for testing.

Completed in 2838 milliseconds

1 2 3 4