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

  /packages/apps/Email/provider_src/com/android/email/mail/store/
Pop3Store.java 211 if (mCapabilities.stls) {
212 executeSimpleCommand("STLS");
690 } else if (response.equalsIgnoreCase("STLS")){
691 capabilities.stls = true;
794 /** The STLS (start TLS) command is supported */
795 public boolean stls; field in class:Pop3Store.Pop3Capabilities
799 return String.format("STLS %b", stls);
  /external/regex-re2/re2/
stringpiece.h 135 // STLS says return size_type, but Google says return int

Completed in 143 milliseconds