HomeSort by relevance Sort by last modified time
    Searched refs:VCardInterpreter (Results 1 - 14 of 14) sorted by null

  /frameworks/opt/vcard/java/com/android/vcard/
VCardInterpreter.java 40 public interface VCardInterpreter {
VCardParser.java 26 * Registers one {@link VCardInterpreter} instance, which receives events along with
31 public abstract void addInterpreter(VCardInterpreter interpreter);
34 * <p>Parses a whole InputStream as a vCard file and lets registered {@link VCardInterpreter}
46 * <p>Parses the first vCard entry in InputStream and lets registered {@link VCardInterpreter}
51 * <p>Note that, registered {@link VCardInterpreter} may still see multiple
52 * {@link VCardInterpreter#onEntryStarted()} / {@link VCardInterpreter#onEntryEnded()} calls
68 * {@link VCardInterpreter#onEntryStarted()} and {@link VCardInterpreter#onEntryEnded()}
77 * @deprecated use {@link #addInterpreter(VCardInterpreter)} an
    [all...]
VCardEntryCounter.java 21 public class VCardEntryCounter implements VCardInterpreter {
VCardParserImpl_V21.java 104 private final List<VCardInterpreter> mInterpreterList = new ArrayList<VCardInterpreter>();
223 for (VCardInterpreter interpreter : mInterpreterList) {
227 for (VCardInterpreter interpreter : mInterpreterList) {
348 for (VCardInterpreter interpreter : mInterpreterList) {
352 for (VCardInterpreter interpreter : mInterpreterList) {
619 for (VCardInterpreter interpreter : mInterpreterList) {
633 for (VCardInterpreter interpreter : mInterpreterList) {
642 for (VCardInterpreter interpreter : mInterpreterList) {
647 for (VCardInterpreter interpreter : mInterpreterList)
    [all...]
VCardParser_V21.java 102 public void addInterpreter(VCardInterpreter interpreter) {
VCardParser_V30.java 81 public void addInterpreter(VCardInterpreter interpreter) {
VCardParser_V40.java 69 public void addInterpreter(VCardInterpreter interpreter) {
VCardEntryConstructor.java 29 * The {@link VCardInterpreter} implementation which enables {@link VCardEntryHandler} objects
40 * {@link VCardInterpreter} directly, instead of relying on this class and
44 public class VCardEntryConstructor implements VCardInterpreter {
VCardSourceDetector.java 42 public class VCardSourceDetector implements VCardInterpreter {
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNodeBuilder.java 19 import com.android.vcard.VCardInterpreter;
46 public class VNodeBuilder implements VCardInterpreter {
VCardVerifier.java 21 import com.android.vcard.VCardInterpreter;
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardParserTests.java 18 import com.android.vcard.VCardInterpreter;
34 * in {@link VCardInterpreter}}.
45 private class MockVCardInterpreter implements VCardInterpreter {
VCardEntryTests.java 38 import com.android.vcard.VCardInterpreter;
90 * {@link VCardInterpreter} is called appropriately.
92 * This test manually calls VCardInterpreter's callback mechanism and checks
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportProcessor.java 22 import com.android.vcard.VCardInterpreter;
216 final VCardInterpreter interpreter,

Completed in 714 milliseconds