Searched defs:userName (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapAuthenticator.java102 public byte[] onAuthenticationResponse(final byte[] userName) { argument
H A DBluetoothPbapObexServer.java1039 public final void onAuthenticationFailure(final byte[] userName) { argument
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceProxy.java176 * @param userName the user's email address
181 public Bundle autoDiscover(final String userName, final String password) argument
186 mReturn = mService.autoDiscover(userName, password);
/packages/apps/Email/provider_src/com/android/email/service/
H A DEmailServiceStub.java387 public Bundle autoDiscover(final String userName, final String password) argument
H A DEmailServiceUtils.java713 public Bundle autoDiscover(String userName, String password) throws RemoteException { argument
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java540 public void onAuthenticationFailure(byte[] userName) { argument
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DVendorPolicyLoader.java180 * @param userName the server that is being contacted (e.g. "imap.server.com")
186 public String getImapIdValues(String userName, String host, String capabilities) { argument
188 params.putString(GET_IMAP_ID_USER, userName);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DHostAuth.java311 String userName = null;
315 userName = userInfoParts[0];
320 setLogin(userName, userPassword);
323 public void setUserName(final String userName) { argument
324 mLogin = userName;
335 public void setLogin(String userName, String userPassword) { argument
336 mLogin = userName;
/packages/apps/Email/provider_src/com/android/email/mail/store/
H A DImapStore.java192 * @param userName the username of the account
197 public static String getImapId(Context context, String userName, String host, argument
219 String vendorId = VendorPolicyLoader.getInstance(context).getImapIdValues(userName, host,
231 messageDigest.update(userName.getBytes());

Completed in 116 milliseconds