Searched defs:decoded (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/VpnTests/java/com/android/internal/net/ |
D | VpnProfileTest.java | 180 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecodeWithIkeTunConnParams() local 187 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecode() local 247 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingIsRestrictedToTestNetworks() local 256 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingExcludeLocalRoutes() local 265 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingRequiresValidation() local 274 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingAutomaticNattKeepaliveTimerEnabled() local 283 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, tooFewValues.getBytes()); in testEncodeDecodeMissingAutomaticIpVersionSelectionEnabled() local 292 final VpnProfile decoded = VpnProfile.decode(DUMMY_PROFILE_KEY, profile.encode()); in testEncodeDecodeLoginsNotSaved() local
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmSmsTest.java | 404 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128, 0, language, 0); in decodeSingle() local 481 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, in testDecodeExtended() local 556 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, in testDecodeExtendedFallback() local 559 assertEquals(defaultTable.toString(), decoded); in testDecodeExtendedFallback() local 562 assertEquals(turkishTable.toString(), decoded); in testDecodeExtendedFallback() local 565 assertEquals(portugueseTable.toString(), decoded); in testDecodeExtendedFallback() local
|
/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/ |
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()
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 2049 volatile String decoded; field in Uri.AbstractPart 2051 AbstractPart(String encoded, String decoded) { in AbstractPart() 2084 private Part(String encoded, String decoded) { in Part() 2119 static Part fromDecoded(String decoded) { in fromDecoded() 2129 static Part from(String encoded, String decoded) { in from() 2179 private PathPart(String encoded, String decoded) { in PathPart() 2266 static PathPart appendDecodedSegment(PathPart oldPart, String decoded) { in appendDecodedSegment() 2287 static PathPart fromDecoded(String decoded) { in fromDecoded() 2297 static PathPart from(String encoded, String decoded) { in from()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ImageExporterTest.java | 149 Bitmap decoded = null; in testImageExport() local
|
/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/ |
D | WifiNl80211ManagerTest.java | 1255 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(byteArray)); in bytesToHexOrQuotedString() local
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | UriTest.java | 868 private Object createPart(Class partClass, String encoded, String decoded) throws Exception { in createPart()
|