HomeSort by relevance Sort by last modified time
    Searched refs:decodeString (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/util/
Base64Test.java 29 private String decodeString(String in) throws Exception {
40 String dec = decodeString(b64);
80 assertEquals("hello, world", decodeString("aGVsbG8sIHdvcmxk"));
85 assertEquals("hello, world", decodeString(" aGVs bG8s IHdv cmxk "));
86 assertEquals("hello, world", decodeString(" aGV sbG8 sIHd vcmx k "));
87 assertEquals("hello, world", decodeString(" aG VsbG 8sIH dvcm xk "));
88 assertEquals("hello, world", decodeString(" a GVsb G8sI Hdvc mxk "));
89 assertEquals("hello, world", decodeString(" a G V s b G 8 s I H d v c m x k "));
90 assertEquals("hello, world", decodeString("_a*G_V*s_b*G_8*s_I*H_d*v_c*m_x*k_"));
91 assertEquals("hello, world", decodeString("aGVsbG8sIHdvcmxk"))
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 386 static private String decodeString(String original, boolean isHex, int coding)
423 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
424 decodeString(notif.text, mIsHexInput, notif.textEncoding));
440 decodeString(notif.requestorId, mIsHexInput, notif.requestorIdEncoding),
441 decodeString(notif.text, mIsHexInput, notif.textEncoding));

Completed in 168 milliseconds