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

  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 42 public static final String CAPABILITY = "CAPABILITY";
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 53 /** ID capability per RFC 2971*/
55 /** NAMESPACE capability per RFC 2342 */
57 /** STARTTLS capability per RFC 3501 */
59 /** UIDPLUS capability per RFC 4315 */
150 // CAPABILITY
164 // such, we save away capability information here for future use.
214 * Returns whether or not the specified capability is supported by the server.
216 private boolean isCapable(int capability) {
217 return (mCapabilities & capability) != 0;
221 * Sets the capability flags according to the response provided by the server
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 86 milliseconds