Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDecoderTest.java90 void test(byte[] encoded, byte[][] decoded) throws IOException { in test()
95 void test(byte[][] encoded, byte[][] decoded) throws IOException { in test()
/aosp14/frameworks/base/core/java/android/net/
H A DUri.java2002 volatile String decoded; field in Uri.AbstractPart
2005 AbstractPart(String encoded, String decoded) { in AbstractPart()
2058 private Part(String encoded, String decoded) { in Part()
2107 static Part fromDecoded(String decoded) { in fromDecoded()
2117 static Part from(String encoded, String decoded) { in from()
2167 private PathPart(String encoded, String decoded) { in PathPart()
2254 static PathPart appendDecodedSegment(PathPart oldPart, String decoded) { in appendDecodedSegment()
2292 static PathPart fromDecoded(String decoded) { in fromDecoded()
2302 static PathPart from(String encoded, String decoded) { in from()
/aosp14/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java509 String decoded; in decodeGSMPackedString() local
536 String decoded = ""; in decodeUTF8String() local
549 String decoded = ""; in decodeUCS2String() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DImageExporterTest.java133 Bitmap decoded = null; in testImageExport() local
/aosp14/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java859 private Object createPart(Class partClass, String encoded, String decoded) throws Exception { in createPart()
/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java1307 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in bytesToHexOrQuotedString() local