Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DMultiSelectContactsListFragment.java319 final TextView accountFilterHeader = (TextView) accountFilterContainer.findViewById( in bindListHeaderCustom() local
321 accountFilterHeader.setText(R.string.listCustomView); in bindListHeaderCustom()
322 accountFilterHeader.setAllCaps(false); in bindListHeaderCustom()
346 final TextView accountFilterHeader = (TextView) accountFilterContainer.findViewById( in bindListHeader() local
354 accountFilterHeader.setText(headerText); in bindListHeader()
355 accountFilterHeader.setAllCaps(false); in bindListHeader()