Searched refs:mProfileTitle (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDefaultContactBrowseListFragment.java61 private TextView mProfileTitle; field in class:DefaultContactBrowseListFragment
263 // and mProfileTitle
267 mProfileTitle.setVisibility(show ? View.VISIBLE : View.GONE);
287 mProfileTitle = (TextView) mProfileHeader.findViewById(R.id.profile_title);

Completed in 281 milliseconds