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

/frameworks/base/obex/javax/obex/
H A DAuthenticator.java108 * @param userName the user name provided in the authentication response; may
114 byte[] onAuthenticationResponse(byte[] userName); argument
H A DPasswordAuthentication.java48 * @param userName the user name to include; this may be <code>null</code>
53 public PasswordAuthentication(final byte[] userName, final byte[] password) { argument
54 if (userName != null) {
55 mUserName = new byte[userName.length];
56 System.arraycopy(userName, 0, mUserName, 0, userName.length);
H A DServerRequestHandler.java255 * @param userName the user name returned in the authentication response;
258 public void onAuthenticationFailure(byte[] userName) { argument

Completed in 60 milliseconds