Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactsRequest.java147 public boolean shouldIncludeProfile() { in shouldIncludeProfile() method in ContactsRequest
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDefaultContactListAdapter.java53 ((ProfileAndContactsLoader) loader).setLoadProfile(shouldIncludeProfile()); in configureLoader()
DContactEntryListAdapter.java362 public boolean shouldIncludeProfile() { in shouldIncludeProfile() method in ContactEntryListAdapter
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java297 fragment.setIncludeProfile(mRequest.shouldIncludeProfile()); in configureListFragment()