Searched refs:encodedValue (Results 1 – 2 of 2) sorted by relevance
1608 final String encodedValue, boolean isPrimary) { in appendTelLine() argument1743 mBuilder.append(encodedValue); in appendTelLine()1769 public void appendPhotoLine(final String encodedValue, final String photoType) { in appendPhotoLine() argument1781 tmpBuilder.append(encodedValue); in appendPhotoLine()1891 final String encodedValue; in appendAndroidSpecificProperty() local1893 encodedValue = encodeQuotedPrintable(rawValue); in appendAndroidSpecificProperty()1899 encodedValue = escapeCharacters(rawValue); in appendAndroidSpecificProperty()1902 mBuilder.append(encodedValue); in appendAndroidSpecificProperty()1975 final String encodedValue; in appendLine() local1979 encodedValue = encodeQuotedPrintable(rawValue); in appendLine()[all …]
1687 String encodedValue = query.substring(separator + 1, end); in getQueryParameter() local1688 return UriCodec.decode(encodedValue, true, Charsets.UTF_8, false); in getQueryParameter()