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

  /external/selinux/python/semanage/
semanage-bash-completion.sh 81 [LOGIN]='login'
124 elif __contains_word "$command" ${VERBS[LOGIN]} ; then
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 63 public static final String LOGIN = "LOGIN";
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 64 public static final String LOGIN = "LOGIN";
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 92 HostAuthColumns.PORT, HostAuthColumns.FLAGS, HostAuthColumns.LOGIN,
246 values.put(HostAuthColumns.LOGIN, mLogin);
263 json.put(HostAuthColumns.LOGIN, mLogin);
284 h.mLogin = json.getString(HostAuthColumns.LOGIN);
347 * Returns the login information. [0] is the username and [1] is the password.
EmailContent.java     [all...]
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp_test.go 183 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
256 250-AUTH LOGIN PLAIN
307 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
326 250-AUTH LOGIN PLAIN
366 250-AUTH LOGIN PLAIN
670 250 AUTH LOGIN PLAIN
  /prebuilts/go/linux-x86/src/net/smtp/
smtp_test.go 183 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
256 250-AUTH LOGIN PLAIN
307 if ok, args := c.Extension("aUtH"); !ok || args != "LOGIN PLAIN" {
326 250-AUTH LOGIN PLAIN
366 250-AUTH LOGIN PLAIN
670 250 AUTH LOGIN PLAIN
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
ImapConnection.java 73 * Generates and returns the phrase to be used for authentication. This will be a LOGIN with
76 * @return the login command string to sent to the IMAP server
81 // build the LOGIN string once (instead of over-and-over again.)
84 ImapConstants.LOGIN
124 // LOGIN
342 * @param sensitive whether the command should be redacted in logs (used for login)
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
HostAuthTests.java 229 json.put(EmailContent.HostAuthColumns.LOGIN, "dhoff");
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 97 * Generates and returns the phrase to be used for authentication. This will be a LOGIN with
103 * @return the login command string to sent to the IMAP server
106 // build the LOGIN string once (instead of over-and-over again.)
108 // We'll recreate the login phrase if it's null, or if the access token
122 // build the LOGIN string once (instead of over-and-over again.)
124 mLoginPhrase = ImapConstants.LOGIN + " " + mImapStore.getUsername() + " "
171 // LOGIN
367 * @param sensitive whether the command should be redacted in logs (used for login)
385 * @param sensitive whether the command should be redacted in logs (used for login)
451 // A true IOException will recur on the following login step
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 167 + " and " + HostAuthColumns.LOGIN + " like ? ESCAPE '\\'"
177 * @param userLogin the user's login string
  /external/curl/tests/
ftpserver.pl 628 'LOGIN' => \&LOGIN_imap,
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
DBHelper.java 568 + HostAuthColumns.LOGIN + " text, "
    [all...]
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
db4o-6.4.14.8131-java5.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 497 milliseconds