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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
bugzillaLogin.sh 3 echo -n "Bugzilla login or email address: "
4 read LOGIN
22 curl -s -S $CURLARG 'https://bugs.eclipse.org/bugs/index.cgi' -d "GoAheadAndLogIn=1&Bugzilla_login=$LOGIN&Bugzilla_password=$PW" -D $HEADERS >/dev/null
24 VALUES=$(grep Set-Cookie $HEADERS | sed -e 's/.\{1,\}Bugzilla_\(login\(cookie\)\?=[0-9]\{1,\}\).\{1,\}/\1/')
43 echo " - you mistyped your login/password"
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 61 public static final String LOGIN = "LOGIN";
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 304 /** Login Host Protocol */
305 public static final int LOGIN = 49;
500 services.add(LOGIN, "login");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 78 HostAuthColumns.FLAGS, HostAuthColumns.LOGIN,
190 values.put(HostAuthColumns.LOGIN, mLogin);
229 * Returns the login information. [0] is the username and [1] is the password. If
EmailContent.java     [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 91 // build the LOGIN string once (instead of over-and-over again.)
93 mLoginPhrase = ImapConstants.LOGIN + " " + mUsername + " "
138 // LOGIN
318 * @param sensitive whether the command should be redacted in logs (used for login)
334 * @param sensitive whether the command should be redacted in logs (used for login)
399 // A true IOException will recur on the following login steps
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 282 + " and " + HostAuthColumns.LOGIN + " like ? ESCAPE '\\'"
292 * @param userLogin the user's login string
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 371 + HostAuthColumns.LOGIN + " text, "
    [all...]

Completed in 118 milliseconds