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

  /frameworks/base/services/core/java/com/android/server/updates/
TZInfoInstallReceiver.java 30 protected void install(byte[] encodedContent, int version) throws IOException {
31 super.install(Base64.decode(encodedContent, Base64.DEFAULT), version);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.cpp 282 CString encodedContent = param->textEncoding.normalizeAndEncode(content, WTF::EntitiesForUnencodables);
286 WebCString(encodedContent.data(), encodedContent.length()),

Completed in 47 milliseconds