Searched defs:rawValue (Results 1 - 4 of 4) sorted by last modified time

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java1558 final String rawValue, final boolean isPrimary) {
1604 rawValue);
1890 for (String rawValue : rawValueList) {
1893 encodedValue = encodeQuotedPrintable(rawValue);
1899 encodedValue = escapeCharacters(rawValue);
1908 final String rawValue) {
1909 appendLineWithCharsetAndQPDetection(propertyName, null, rawValue);
1918 final List<String> parameterList, final String rawValue) {
1920 !VCardUtils.containsOnlyPrintableAscii(rawValue);
1923 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValue));
1557 appendEmailLine(final int type, final String label, final String rawValue, final boolean isPrimary) argument
1907 appendLineWithCharsetAndQPDetection(final String propertyName, final String rawValue) argument
1917 appendLineWithCharsetAndQPDetection(final String propertyName, final List<String> parameterList, final String rawValue) argument
1943 appendLine(final String propertyName, final String rawValue) argument
1951 appendLine(final String propertyName, final String rawValue, final boolean needCharset, boolean reallyUseQuotedPrintable) argument
1957 appendLine(final String propertyName, final List<String> parameterList, final String rawValue) argument
1962 appendLine(final String propertyName, final List<String> parameterList, final String rawValue, final boolean needCharset, boolean reallyUseQuotedPrintable) argument
[all...]
H A DVCardPhoneNumberTranslationCallback.java34 public String onValueReceived(String rawValue, int type, String label, boolean isPrimary); argument
H A DVCardProperty.java107 public void setRawValue(String rawValue) { argument
108 mRawValue = rawValue;
/frameworks/base/include/androidfw/
H A DResourceTypes.h608 struct ResStringPool_ref rawValue; member in struct:android::ResXMLTree_attribute

Completed in 557 milliseconds