Home
last modified time | relevance | path

Searched defs:decoded (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/clock/
DSettingsWrapperTest.kt54 val decoded = wrapper.decode(value, USER_ID) in testDecodeUnnecessary() constant
70 val decoded = wrapper.decode(value, USER_ID) in testDecodeJSON() constant
82 val decoded = wrapper.decode(value, USER_ID) in testDecodeJSONWithoutClockField() constant
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmSmsTest.java395 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128, 0, language, 0); in decodeSingle() local
472 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, in testDecodeExtended() local
547 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, in testDecodeExtendedFallback() local
550 assertEquals(defaultTable.toString(), decoded); in testDecodeExtendedFallback() local
553 assertEquals(turkishTable.toString(), decoded); in testDecodeExtendedFallback() local
556 assertEquals(portugueseTable.toString(), decoded); in testDecodeExtendedFallback() local
/frameworks/base/tests/net/java/com/android/internal/net/
DVpnProfileTest.java155 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecode() local
201 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingIsRestrictedToTestNetworks() local
210 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecodeLoginsNotSaved() local
/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
DBluetoothMidiDecoderTest.java90 void test(byte[] encoded, byte[][] decoded) throws IOException { in test()
95 void test(byte[][] encoded, byte[][] decoded) throws IOException { in test()
/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java481 String decoded; in decodeGSMPackedString() local
508 String decoded = ""; in decodeUTF8String() local
521 String decoded = ""; in decodeUCS2String() local
/frameworks/base/core/java/android/net/
DUri.java1991 volatile String decoded; field in Uri.AbstractPart
1994 AbstractPart(String encoded, String decoded) { in AbstractPart()
2047 private Part(String encoded, String decoded) { in Part()
2096 static Part fromDecoded(String decoded) { in fromDecoded()
2106 static Part from(String encoded, String decoded) { in from()
2156 private PathPart(String encoded, String decoded) { in PathPart()
2243 static PathPart appendDecodedSegment(PathPart oldPart, String decoded) { in appendDecodedSegment()
2276 static PathPart fromDecoded(String decoded) { in fromDecoded()
2286 static PathPart from(String encoded, String decoded) { in from()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DNativeUtil.java257 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in bytesToHexOrQuotedString() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java259 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(ssidOctets)); in NetworkDetail() local
/frameworks/base/core/tests/coretests/src/android/net/
DUriTest.java841 private Object createPart(Class partClass, String encoded, String decoded) throws Exception { in createPart()
/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DWifiNl80211ManagerTest.java1146 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in bytesToHexOrQuotedString() local