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

/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DImageUtils.java53 private static final String BASE64_URI_PREFIX = "base64,"; field in class:ImageUtils
264 if (ssp.startsWith(BASE64_URI_PREFIX)) {
265 final String base64 = ssp.substring(BASE64_URI_PREFIX.length());
269 ssp.indexOf(BASE64_URI_PREFIX) + BASE64_URI_PREFIX.length());

Completed in 963 milliseconds