Searched defs:Base64 (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DBase64.java20 public class Base64 { class
59 * Decodes Base64 data into octects
61 * @param base64Data Byte array containing Base64 data
65 // RFC 2045 requires that we discard ALL non-Base64 characters
/frameworks/base/core/java/android/util/
H A DBase64.java22 * Utilities for encoding and decoding the Base64 representation of
27 public class Base64 { class
54 * filename safe" variant of Base64 (see RFC 3548 section 4) where
103 * Decode the Base64-encoded data in input and return the data in
112 * Pass {@code DEFAULT} to decode standard Base64.
122 * Decode the Base64-encoded data in input and return the data in
130 * Pass {@code DEFAULT} to decode standard Base64.
140 * Decode the Base64-encoded data in input and return the data in
150 * Pass {@code DEFAULT} to decode standard Base64.
179 * Base64 alphabe
740 private Base64() { } // don't instantiate method in class:Base64
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 543 milliseconds