HomeSort by relevance Sort by last modified time
    Searched refs:userName (Results 26 - 50 of 61) sorted by null

12 3

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTaskDialog.java 440 return new UserCredentials(task.userName, task.password, task.workstation, task.domain);
444 public String userName = null;
465 userName = authenticationDialog.getLogin();
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 271 String userName = SetupData.getUsername();
272 if (userName != null) {
273 mEmailView.setText(userName);
277 if (userName != null) {
403 * Return an existing username if found, or null. This is the result of the Callable (below).
416 * Callable that returns the username (based on other accounts) or null.
558 // Username: d@d.d
AccountSetupIncomingFragment.java 327 String username = recvAuth.mLogin; local
328 if (username != null) {
329 mUsernameView.setText(username);
334 // Since username is uneditable, focus on the next editable field
388 String userName = mUsernameView.getText().toString().trim();
389 mCacheLoginCredential = userName;
434 // Set the username and password for the outgoing settings to the username and
457 String userName = mUsernameView.getText().toString().trim();
459 recvAuth.setLogin(userName, userPassword)
    [all...]
AccountSetupOutgoingFragment.java 254 String username = sendAuth.mLogin; local
255 if (username != null) {
256 mUsernameView.setText(username);
353 String userName = mUsernameView.getText().toString().trim();
355 sendAuth.setLogin(userName, userPassword);
  /external/llvm/utils/Misc/
zkill 173 group.add_option("", "--user", dest="userName", metavar="REGEX",
244 if opts.userName is not None:
246 if re_full_match(opts.userName, p.user)]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 675 String userName = "user";
681 mWebView.setHttpAuthUsernamePassword(host, realm, userName, password);
684 assertEquals(userName, result[0]);
688 mWebView.setHttpAuthUsernamePassword(host, realm, userName, newPassword);
691 assertEquals(userName, result[0]);
708 mWebView.setHttpAuthUsernamePassword(host, realm, userName, null);
711 assertEquals(userName, result[0]);
737 String userName = "user";
740 mWebView.savePassword(host, userName, password);
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 179 * @param userName the username of the account
185 static String getImapId(Context context, String userName, String host, String capabilities) {
206 String vendorId = VendorPolicyLoader.getInstance(context).getImapIdValues(userName, host,
218 messageDigest.update(userName.getBytes());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
ant.jar 
ant-nodeps.jar 
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasSyncService.java 642 userLog("401 received; trying username: ", mUserName);
673 * @param userName the user's email address
677 public Bundle tryAutodiscover(String userName, String password) throws RemoteException {
691 s.startTag(null, "EMailAddress").text(userName).endTag(null, "EMailAddress");
701 mUserName = userName;
    [all...]
ExchangeService.java 358 public Bundle autoDiscover(String userName, String password) throws RemoteException {
359 return new EasSyncService().tryAutodiscover(userName, password);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 540 public void onAuthenticationFailure(byte[] userName) {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 287 * Look for an existing account with the same username & server
298 String userName = userLogin.replace("_", "\\_");
300 HOSTAUTH_WHERE_CREDENTIALS, new String[] { hostName, userName }, null);
    [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java     [all...]
  /packages/apps/Email/src/com/android/email/
Controller.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 974 milliseconds

12 3