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 D | BluetoothMidiDecoderTest.java | 90 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 D | Uri.java | 2002 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 D | GpsNetInitiatedHandler.java | 509 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 D | ImageExporterTest.java | 133 Bitmap decoded = null; in testImageExport() local
|
/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()
|
/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
|