Home
last modified time | relevance | path

Searched refs:encodedString (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/provider/
DContacts.java1312 public static Object decodeImProtocol(String encodedString) { in decodeImProtocol() argument
1313 if (encodedString == null) { in decodeImProtocol()
1317 if (encodedString.startsWith("pre:")) { in decodeImProtocol()
1318 return Integer.parseInt(encodedString.substring(4)); in decodeImProtocol()
1321 if (encodedString.startsWith("custom:")) { in decodeImProtocol()
1322 return encodedString.substring(7); in decodeImProtocol()
1326 "the value is not a valid encoded protocol, " + encodedString); in decodeImProtocol()
/frameworks/base/telephony/common/com/google/android/mms/pdu/
DPduPersister.java1250 EncodedStringValue encodedString = header.getEncodedStringValue(field); in persist() local
1251 if (encodedString != null) { in persist()
1253 values.put(e.getValue(), toIsoString(encodedString.getTextString())); in persist()
1254 values.put(charsetColumn, encodedString.getCharacterSet()); in persist()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java826 String encodedString = convertProtoToBase64String(log); in testProtoEncodingDecoding() local
828 byte[] decodedString = Base64.decode(encodedString, Base64.DEFAULT); in testProtoEncodingDecoding()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...