Searched refs:mAccountUserName (Results 1 – 1 of 1) sorted by relevance
42 private TextView mAccountUserName; field in ContactListFilterView89 mAccountUserName = (TextView) findViewById(R.id.accountUserName); in bindView()99 mAccountUserName.setVisibility(View.GONE); in bindView()122 mAccountUserName.setVisibility(View.VISIBLE); in bindView()131 mAccountUserName.setText(mFilter.accountName); in bindView()155 if (!TextUtils.isEmpty(mAccountUserName.getText())) { in generateContentDescription()159 sb.append(mAccountUserName.getText()); in generateContentDescription()