Searched refs:propertyParamType (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/pim/vcard/
H A DVCardInterpreter.java89 void propertyParamType(String type); method in interface:VCardInterpreter
93 * {@link #propertyParamType(String)} being called (when the vCard is vCard 2.1).
H A DVCardEntryCounter.java55 public void propertyParamType(String type) { method in class:VCardEntryCounter
H A DVCardInterpreterCollection.java85 public void propertyParamType(String type) { method in class:VCardInterpreterCollection
87 builder.propertyParamType(type);
H A DVCardSourceDetector.java93 public void propertyParamType(String type) { method in class:VCardSourceDetector
H A DVCardParser_V21.java566 mBuilder.propertyParamType("TYPE");
582 mBuilder.propertyParamType("VALUE");
594 mBuilder.propertyParamType("ENCODING");
609 mBuilder.propertyParamType("CHARSET");
637 mBuilder.propertyParamType("LANGUAGE");
647 mBuilder.propertyParamType(paramName);
H A DVCardEntryConstructor.java152 public void propertyParamType(String type) { method in class:VCardEntryConstructor
154 Log.e(LOG_TAG, "propertyParamType() is called more than once " +
H A DVCardParser_V30.java251 mBuilder.propertyParamType("TYPE");
/frameworks/base/core/tests/coretests/src/android/pim/vcard/
H A DVNodeBuilder.java157 public void propertyParamType(String type) { method in class:VNodeBuilder

Completed in 90 milliseconds