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

  /frameworks/base/core/java/android/pim/vcard/
VCardInterpreter.java 89 void propertyParamType(String type);
93 * {@link #propertyParamType(String)} being called (when the vCard is vCard 2.1).
VCardEntryCounter.java 55 public void propertyParamType(String type) {
VCardInterpreterCollection.java 85 public void propertyParamType(String type) {
87 builder.propertyParamType(type);
VCardParserImpl_V21.java 63 public void propertyParamType(String type) {
638 mInterpreter.propertyParamType("TYPE");
653 mInterpreter.propertyParamType("VALUE");
663 mInterpreter.propertyParamType("ENCODING");
679 mInterpreter.propertyParamType("CHARSET");
705 mInterpreter.propertyParamType(VCardConstants.PARAM_LANGUAGE);
720 mInterpreter.propertyParamType(paramName);
    [all...]
VCardSourceDetector.java 134 public void propertyParamType(String type) {
VCardParserImpl_V30.java 181 mInterpreter.propertyParamType(paramName);
204 mInterpreter.propertyParamType("TYPE");
VCardEntryConstructor.java 159 public void propertyParamType(String type) {
161 Log.e(LOG_TAG, "propertyParamType() is called more than once " +
  /packages/apps/Tag/src/com/android/vcard/
VCardInterpreter.java 89 void propertyParamType(String type);
93 * {@link #propertyParamType(String)} being called (when the vCard is vCard 2.1).
VCardEntryCounter.java 55 public void propertyParamType(String type) {
VCardInterpreterCollection.java 85 public void propertyParamType(String type) {
87 builder.propertyParamType(type);
VCardParserImpl_V21.java 64 public void propertyParamType(String type) {
639 mInterpreter.propertyParamType("TYPE");
654 mInterpreter.propertyParamType("VALUE");
664 mInterpreter.propertyParamType("ENCODING");
680 mInterpreter.propertyParamType("CHARSET");
706 mInterpreter.propertyParamType(VCardConstants.PARAM_LANGUAGE);
721 mInterpreter.propertyParamType(paramName);
    [all...]
VCardSourceDetector.java 134 public void propertyParamType(String type) {
VCardParserImpl_V30.java 182 mInterpreter.propertyParamType(paramName);
205 mInterpreter.propertyParamType("TYPE");
VCardEntryConstructor.java 159 public void propertyParamType(String type) {
161 Log.e(LOG_TAG, "propertyParamType() is called more than once " +
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
VNodeBuilder.java 137 public void propertyParamType(String type) {

Completed in 334 milliseconds