Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/libcore/util/
DHexEncoding.java65 public static byte[] decode(String encoded) throws IllegalArgumentException { in decode()
76 …public static byte[] decode(String encoded, boolean allowSingleChar) throws IllegalArgumentExcepti… in decode()
86 public static byte[] decode(char[] encoded) throws IllegalArgumentException { in decode()
97 …public static byte[] decode(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExcepti… in decode()
/cts/tests/tests/keystore/src/android/keystore/cts/
DHexEncoding.java63 public static byte[] decode(String encoded) { in decode()
/cts/tests/tests/location/src/android/location/cts/asn1/base/
DPerUnalignedUtils.java205 public static BigInteger decodeBigNonNegativeWholeNumber(byte[] encoded) { in decodeBigNonNegativeWholeNumber()
DPerAlignedUtils.java267 public static BigInteger decodeBigNonNegativeWholeNumber(byte[] encoded) { in decodeBigNonNegativeWholeNumber()
/cts/tests/tests/net/src/android/net/cts/
DUriTest.java203 String encoded = Uri.encode("Bob:/", "/"); in testEncodeAndDecode() local
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java1350 String encoded = Genres.encode(genres); in checkGenreEncodeDecode() local