HomeSort by relevance Sort by last modified time
    Searched defs:octetLength (Results 1 - 3 of 3) sorted by null

  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapFolder.java 482 final String octetLength = "{" + filter.getBytes().length + "}";
484 commands.add(ImapConstants.UID_SEARCH + " CHARSET " + charset + " OR FROM " + octetLength);
485 commands.add(filter + " (OR TO " + octetLength);
486 commands.add(filter + " (OR CC " + octetLength);
487 commands.add(filter + " (OR SUBJECT " + octetLength);
488 commands.add(filter + " BODY " + octetLength);
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 107 milliseconds