Searched refs:userNameView (Results 1 – 1 of 1) sorted by relevance
135 EditText userNameView = content.findViewById(R.id.user_name); in createDialog() local136 userNameView.setText(defaultUserName); in createDialog()162 mEditUserInfoDialog = buildDialog(activity, content, userNameView, oldUserIcon, in createDialog()180 private Dialog buildDialog(Activity activity, View content, EditText userNameView, in buildDialog() argument195 String newName = userNameView.getText().toString().trim(); in buildDialog()