HomeSort by relevance Sort by last modified time
    Searched refs:LOGIN (Results 1 - 10 of 10) 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 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...]
  /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/tests/src/com/android/emailcommon/provider/
HostAuthTests.java 229 json.put(EmailContent.HostAuthColumns.LOGIN, "dhoff");
  /packages/apps/Email/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
366 * @param sensitive whether the command should be redacted in logs (used for login)
384 * @param sensitive whether the command should be redacted in logs (used for login)
450 // A true IOException will recur on the following login step
    [all...]
  /external/chromium_org/chrome/browser/resources/login/
display_manager.js 6 * @fileoverview Display manager for WebUI OOBE and login.
74 LOGIN: 'login',
78 DESKTOP_USER_MANAGER: 'login-add-user'
81 cr.define('cr.ui.login', function() {
242 return $('login-header-bar').hidden;
246 $('login-header-bar').hidden = hidden;
474 // Start fading animation for login display or reset screen.
596 // 'Cancel' button is used on the offline login page.
720 * Prepares screens to use in login display
    [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
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 568 + HostAuthColumns.LOGIN + " text, "
    [all...]

Completed in 985 milliseconds