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

/frameworks/base/core/java/android/util/
H A DBase64.java58 public static final int URL_SAFE = 8; field in class:Base64
244 alphabet = ((flags & URL_SAFE) == 0) ? DECODE : DECODE_WEBSAFE;
587 alphabet = ((flags & URL_SAFE) == 0) ? ENCODE : ENCODE_WEBSAFE;

Completed in 42 milliseconds