Home | History | Annotate | Download | only in setup

Lines Matching defs:userName

360         final String username = recvAuth.mLogin;
361 if (username != null) {
363 // Add a backslash to the start of the username, but only if the username has no
365 //if (userName.indexOf('\\') < 0) {
366 // userName = "\\" + userName;
368 mUsernameView.setText(username);
533 // Set the username and password for the outgoing settings to the username and
557 final String userName = mUsernameView.getText().toString().trim();
559 recvAuth.setLogin(userName, userPassword);