Searched refs:decoded (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java468 String decoded;
482 decoded = GsmAlphabet.gsm7BitPackedToString(input, 0, lengthSeptets);
485 if (null == decoded) {
487 decoded = "";
490 return decoded;
495 String decoded = "";
497 decoded = new String(input, "UTF-8");
503 return decoded;
508 String decoded = "";
510 decoded
[all...]
/frameworks/base/core/java/android/net/
H A DUri.java188 * @return the decoded scheme-specific-part
200 * @return the decoded scheme-specific-part
205 * Gets the decoded authority part of this URI. For
229 * Gets the decoded user information from the authority.
267 * Gets the decoded path.
269 * @return the decoded path, or null if this is not a hierarchical URI
285 * Gets the decoded query component from this URI. The query comes after
290 * @return the decoded query or null if there isn't one
307 * Gets the decoded fragment part of this URI, everything after the '#'.
309 * @return the decoded fragmen
1980 volatile String decoded; field in class:Uri.AbstractPart
1982 AbstractPart(String encoded, String decoded) argument
2030 Part(String encoded, String decoded) argument
2080 fromDecoded(String decoded) argument
2090 from(String encoded, String decoded) argument
2135 PathPart(String encoded, String decoded) argument
2222 appendDecodedSegment(PathPart oldPart, String decoded) argument
2257 fromDecoded(String decoded) argument
2267 from(String encoded, String decoded) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmSmsTest.java378 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128, 0, language, 0);
379 byte[] reEncoded = GsmAlphabet.stringToGsm7BitPacked(decoded, language, 0);
381 assertEquals(sBasicTables[language], decoded);
455 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0,
457 byte[] reEncoded = GsmAlphabet.stringToGsm7BitPacked(decoded, 0, language);
459 assertEquals(sExtendedTables[language], decoded);
530 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0,
533 assertEquals(defaultTable.toString(), decoded);
535 decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, 1, language);
536 assertEquals(turkishTable.toString(), decoded);
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DNativeUtil.java71 * @return the string decoded from UTF_8 byte values in byteArrayList.
103 * @return the string decoded from UTF_8 byte values in byteArray.
257 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray));
258 return "\"" + decoded.toString() + "\"";
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutPackageInfo.java284 final byte[] decoded = Base64.getDecoder().decode(hash);
285 hashes.add(decoded);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java221 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(ssidOctets));
222 ssid = decoded.toString();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2862 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(bytes));
2863 return decoded.toString();
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 214 milliseconds