Searched refs:decoded (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/ |
H A D | BluetoothMidiDecoderTest.java | 92 compareWithExpected(decoded); in test() 97 compareWithExpected(decoded); in test() 108 final byte[][] decoded = { in testOneNoteOn() 111 new DecoderChecker().test(encoded, decoded); in testOneNoteOn() 122 final byte[][] decoded = { in testReservedHeaderBit() 137 final byte[][] decoded = { in testTwoNotesOnRunning() 154 final byte[][] decoded = { in testTwoNoteOnsTwoChannels() 175 final byte[][] decoded = { in testTwoNoteOnsOverTime() 193 final byte[][] decoded = { in testSysExBasic() 214 final byte[][] decoded = { in testSysExTwoPackets() [all …]
|
/aosp14/frameworks/base/core/java/android/net/ |
H A D | Uri.java | 2002 volatile String decoded; field in Uri.AbstractPart 2013 this.decoded = decoded; in AbstractPart() 2024 return hasDecoded ? decoded : (decoded = decode(encoded)); in getDecoded() 2032 canonicalValue = decoded; in writeTo() 2059 super(encoded, decoded); in Part() 2128 if (decoded == null) { in from() 2131 if (decoded .length() == 0) { in from() 2145 encoded = decoded = value; in EmptyPart() 2168 super(encoded, decoded); in PathPart() 2255 String encoded = encode(decoded); in appendDecodedSegment() [all …]
|
/aosp14/frameworks/base/location/java/com/android/internal/location/ |
H A D | GpsNetInitiatedHandler.java | 509 String decoded; in decodeGSMPackedString() local 523 decoded = GsmAlphabet.gsm7BitPackedToString(input, 0, lengthSeptets); in decodeGSMPackedString() 526 if (null == decoded) { in decodeGSMPackedString() 528 decoded = ""; in decodeGSMPackedString() 531 return decoded; in decodeGSMPackedString() 536 String decoded = ""; in decodeUTF8String() local 538 decoded = new String(input, "UTF-8"); in decodeUTF8String() 544 return decoded; in decodeUTF8String() 549 String decoded = ""; in decodeUCS2String() local 551 decoded = new String(input, "UTF-16"); in decodeUCS2String() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ImageExporterTest.java | 133 Bitmap decoded = null; in testImageExport() local 135 decoded = BitmapFactory.decodeStream(in); in testImageExport() 136 assertNotNull("decoded image should not be null", decoded); in testImageExport() 137 assertTrue("original and decoded image should be identical", original.sameAs(decoded)); in testImageExport() 163 if (decoded != null) { in testImageExport() 164 decoded.recycle(); in testImageExport()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutPackageInfo.java | 285 final byte[] decoded = Base64.getDecoder().decode(hash); in loadFromXml() 286 hashes.add(decoded); in loadFromXml()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/net/ |
H A D | UriTest.java | 859 private Object createPart(Class partClass, String encoded, String decoded) throws Exception { in createPart() argument 862 return partConstructor.newInstance(encoded, decoded); in createPart()
|
/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/ |
H A D | WifiNl80211ManagerTest.java | 1307 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in bytesToHexOrQuotedString() local 1308 return "\"" + decoded.toString() + "\""; in bytesToHexOrQuotedString()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 33557 Landroid/net/Uri$AbstractPart;->decoded:Ljava/lang/String;
|