Home | History | Annotate | Download | only in users

Lines Matching full:usertype

378     private void onAddUserClicked(int userType) {
381 switch (userType) {
501 final int userType = dialogId == DIALOG_ADD_USER
509 addUserNow(userType);
655 private void addUserNow(final int userType) {
658 mAddingUserName = userType == USER_TYPE_USER ? getString(R.string.user_new_user_name)
665 if (userType == USER_TYPE_USER) {
675 if (userType == USER_TYPE_USER) {