Searched defs:rawValue (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
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;
H A DVCardBuilder.java1523 final String rawValue, final boolean isPrimary) {
1569 rawValue);
1855 for (String rawValue : rawValueList) {
1858 encodedValue = encodeQuotedPrintable(rawValue);
1864 encodedValue = escapeCharacters(rawValue);
1873 final String rawValue) {
1874 appendLineWithCharsetAndQPDetection(propertyName, null, rawValue);
1883 final List<String> parameterList, final String rawValue) {
1885 !VCardUtils.containsOnlyPrintableAscii(rawValue);
1888 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValue));
1522 appendEmailLine(final int type, final String label, final String rawValue, final boolean isPrimary) argument
1872 appendLineWithCharsetAndQPDetection(final String propertyName, final String rawValue) argument
1882 appendLineWithCharsetAndQPDetection(final String propertyName, final List<String> parameterList, final String rawValue) argument
1908 appendLine(final String propertyName, final String rawValue) argument
1916 appendLine(final String propertyName, final String rawValue, final boolean needCharset, boolean reallyUseQuotedPrintable) argument
1922 appendLine(final String propertyName, final List<String> parameterList, final String rawValue) argument
1927 appendLine(final String propertyName, final List<String> parameterList, final String rawValue, final boolean needCharset, boolean reallyUseQuotedPrintable) argument
[all...]
/frameworks/base/include/androidfw/
H A DResourceTypes.h671 struct ResStringPool_ref rawValue; member in struct:android::ResXMLTree_attribute

Completed in 68 milliseconds