Searched defs:addInterpreter (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParser.java31 public abstract void addInterpreter(VCardInterpreter interpreter); method in class:VCardParser
77 * @deprecated use {@link #addInterpreter(VCardInterpreter)} and
83 addInterpreter(interpreter);
H A DVCardParser_V21.java102 public void addInterpreter(VCardInterpreter interpreter) { method in class:VCardParser_V21
103 mVCardParserImpl.addInterpreter(interpreter);
H A DVCardParser_V30.java81 public void addInterpreter(VCardInterpreter interpreter) { method in class:VCardParser_V30
82 mVCardParserImpl.addInterpreter(interpreter);
H A DVCardParser_V40.java69 public void addInterpreter(VCardInterpreter interpreter) { method in class:VCardParser_V40
70 mVCardParserImpl.addInterpreter(interpreter);
H A DVCardParserImpl_V21.java986 public void addInterpreter(VCardInterpreter interpreter) { method in class:VCardParserImpl_V21

Completed in 120 milliseconds