/libcore/luni/src/main/java/java/net/ |
PasswordAuthentication.java | 21 * This immutable class is a data structure that encapsulates username and 28 private String userName; 34 * username and password. 36 * @param userName 37 * the username to store. 41 public PasswordAuthentication(String userName, char[] password) { 42 this.userName = userName; 58 * Gets the username stored by this instance. 60 * @return the stored username [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPasswordFormUtils.h | 45 // Helper structure to locate username, passwords and submit fields. 51 WebCore::HTMLInputElement* userName; 55 PasswordFormFields() : userName(0), submit(0) { }
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/ |
PacketUserauthRequestInteractive.java | 17 String userName; 24 this.userName = user; 34 tw.writeString(userName);
|
PacketUserauthRequestNone.java | 19 String userName; 25 this.userName = user; 40 userName = tr.readString(); 58 tw.writeString(userName);
|
PacketUserauthRequestPassword.java | 19 String userName; 26 this.userName = user; 42 userName = tr.readString(); 62 tw.writeString(userName);
|
PacketUserauthRequestPublicKey.java | 19 String userName; 30 this.userName = user; 58 tw.writeString(userName);
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
HttpAuthDatabaseTest.java | 39 String userName = "user"; 45 instance.setHttpAuthUsernamePassword(host, realm, userName, password); 48 assertEquals(userName, result[0]); 52 instance.setHttpAuthUsernamePassword(host, realm, userName, newPassword); 55 assertEquals(userName, result[0]); 71 instance.setHttpAuthUsernamePassword(host, realm, userName, null); 74 assertEquals(userName, result[0]);
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
CredentialsCache.java | 31 String userName; 33 public TimeoutTask(String userName, String proxyDomain) { 35 this.userName = userName;
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
RawContact.java | 208 final String userName = !contact.isNull("u") ? contact.getString("u") : null; 210 // If we didn't get either a username or serverId for the contact, then 212 if ((userName == null) && (serverContactId <= 0)) { 227 return new RawContact(userName, null, firstName, lastName, cellPhone,
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
HostAuth.java | 205 String userName = null; 209 userName = userInfoParts[0]; 214 setLogin(userName, userPassword); 220 public void setLogin(String userName, String userPassword) { 221 mLogin = userName; 232 * Returns the login information. [0] is the username and [1] is the password. If
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 238 * Look for an existing account with the same username & server 249 String userName = userLogin.replace("_", "\\_"); 251 HOSTAUTH_WHERE_CREDENTIALS, new String[] { hostName, userName }, null); [all...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupNames.java | 49 * Final screen of setup process. Collect account nickname and/or username. 170 final String userName = mName.getText().toString().trim(); 171 if (TextUtils.isEmpty(userName)) {
|
AccountSetupOutgoingFragment.java | 271 final String username = sendAuth.mLogin; local 272 if (username != null) { 273 mUsernameView.setText(username); 370 final String userName = mUsernameView.getText().toString().trim(); 372 sendAuth.setLogin(userName, userPassword);
|
AccountSetupBasics.java | 263 final String userName = mSetupData.getUsername(); 264 if (userName != null) { 265 mEmailView.setText(userName); 269 if (userName != null) { 398 * Return an existing username if found, or null. This is the result of the Callable (below). 411 * Callable that returns the username (based on other accounts) or null. 570 // Username: d@d.d
|
AccountSetupIncomingFragment.java | 390 final String username = recvAuth.mLogin; local 391 if (username != null) { 393 // Add a backslash to the start of the username, but only if the username has no 395 //if (userName.indexOf('\\') < 0) { 396 // userName = "\\" + userName; 398 mUsernameView.setText(username); 403 // Since username is uneditable, focus on the next editable field 522 // Set the username and password for the outgoing settings to the username an [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
ImapStore.java | 159 * @param userName the username of the account 164 public static String getImapId(Context context, String userName, String host, 186 String vendorId = VendorPolicyLoader.getInstance(context).getImapIdValues(userName, host, 198 messageDigest.update(userName.getBytes());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
QuickSettings.java | 214 final String userName = userInfo.name; 224 String name = userName; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-starteam.jar | |
/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 | |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsDatabaseHelper.java | [all...] |
/prebuilts/devtools/tools/lib/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/commons-compress/ |
commons-compress-1.0.jar | |
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/ |
commons-compress-1.0.jar | |
/external/robolectric/lib/main/ |
httpclient-4.0.3.jar | |