Home
last modified time | relevance | path

Searched refs:VCardInterpreter (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java104 private final List<VCardInterpreter> mInterpreterList = new ArrayList<VCardInterpreter>();
224 for (VCardInterpreter interpreter : mInterpreterList) { in parseOneVCard()
228 for (VCardInterpreter interpreter : mInterpreterList) { in parseOneVCard()
349 for (VCardInterpreter interpreter : mInterpreterList) { in handleNest()
353 for (VCardInterpreter interpreter : mInterpreterList) { in handleNest()
734 for (VCardInterpreter interpreter : mInterpreterList) {
997 public void addInterpreter(VCardInterpreter interpreter) {
1010 for (VCardInterpreter interpreter : mInterpreterList) {
1027 for (VCardInterpreter interpreter : mInterpreterList) {
1041 for (VCardInterpreter interpreter : mInterpreterList) {
[all …]
H A DVCardParser.java31 public abstract void addInterpreter(VCardInterpreter interpreter); in addInterpreter()
81 public void parse(InputStream is, VCardInterpreter interpreter) in parse()
H A DVCardInterpreter.java40 public interface VCardInterpreter { interface
H A DVCardEntryCounter.java21 public class VCardEntryCounter implements VCardInterpreter {
H A DVCardParser_V30.java81 public void addInterpreter(VCardInterpreter interpreter) { in addInterpreter()
H A DVCardParser_V40.java69 public void addInterpreter(VCardInterpreter interpreter) { in addInterpreter()
H A DVCardParser_V21.java102 public void addInterpreter(VCardInterpreter interpreter) { in addInterpreter()
H A DVCardEntryConstructor.java44 public class VCardEntryConstructor implements VCardInterpreter {
H A DVCardSourceDetector.java42 public class VCardSourceDetector implements VCardInterpreter {
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DCustomVCardEntryConstructor.java20 import com.android.vcard.VCardInterpreter;
26 public class CustomVCardEntryConstructor implements VCardInterpreter {
H A DVCardRequest.java31 import com.android.vcard.VCardInterpreter;
176 final VCardInterpreter interpreter, in readOneVCardFile()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVNodeBuilder.java19 import com.android.vcard.VCardInterpreter;
45 public class VNodeBuilder implements VCardInterpreter {
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DImportProcessor.java29 import com.android.vcard.VCardInterpreter;
217 final VCardInterpreter interpreter, in readOneVCard()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardParserTests.java18 import com.android.vcard.VCardInterpreter;
46 private class MockVCardInterpreter implements VCardInterpreter {
H A DVCardEntryTests.java38 import com.android.vcard.VCardInterpreter;