Home
last modified time | relevance | path

Searched refs:mAccountUserName (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterView.java42 private TextView mAccountUserName; field in ContactListFilterView
89 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()