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

/packages/apps/OMA-DM/engine/dmlib/tool-src/servercred/hdr/
H A DDeviceInfo.H31 char * userName; member in class:DeviceInfo
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapAuthenticator.java102 public byte[] onAuthenticationResponse(final byte[] userName) { argument
H A DBluetoothPbapObexServer.java1005 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/src/com/android/email/service/
H A DEmailServiceStub.java379 public Bundle autoDiscover(final String userName, final String password) argument
H A DEmailServiceUtils.java707 public Bundle autoDiscover(String userName, String password) throws RemoteException { argument
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMConfigureDB.java93 public String userName; // DM username (e.g. IMSI or MEID) field in class:DMConfigureDB.AccountInfo
294 ai.userName = cr.getString(cr.getColumnIndex("UserName"));
295 if (DBG) logd("[Factory]userName=" + ai.userName);
398 ai.userName = getAttributeValue(xpp, "UserName", account, 10);
399 if (DBG) logd("userName=" + ai.userName);
681 String username = mPluginConnection.getUsername(ai.userName);
683 ai.userName = username;
687 byte[] clientName = hexStringToBytes(ai.userName);//"e0e5e7eaebe
[all...]
/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/src/com/android/email/mail/store/
H A DImapStore.java171 * @param userName the username of the account
176 public static String getImapId(Context context, String userName, String host, argument
198 String vendorId = VendorPolicyLoader.getInstance(context).getImapIdValues(userName, host,
210 messageDigest.update(userName.getBytes());

Completed in 233 milliseconds