Home
last modified time | relevance | path

Searched defs:paramValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V30.java163 VCardProperty propertyData, final String paramName, final String paramValue) { in handleAnyParam()
168 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { in handleParamWithoutName()
185 protected void handleType(VCardProperty property, final String paramValue) { in handleType()
201 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { in splitAndPutParam()
271 protected String encodeParamValue(String paramValue) { in encodeParamValue()
DVCardProperty.java87 public void setParameter(final String paramName, final String paramValue) { in setParameter()
92 public void addParameter(final String paramName, final String paramValue) { in addParameter()