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.java323 final TextView accountFilterHeader = (TextView) accountFilterContainer.findViewById( in bindListHeaderCustom() local
325 accountFilterHeader.setText(R.string.listCustomView); in bindListHeaderCustom()
326 accountFilterHeader.setAllCaps(false); in bindListHeaderCustom()
350 final TextView accountFilterHeader = (TextView) accountFilterContainer.findViewById( in bindListHeader() local
367 accountFilterHeader.setText(headerText); in bindListHeader()
368 accountFilterHeader.setAllCaps(false); in bindListHeader()