Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactsRequest.java88 private boolean mIncludeProfile; field in ContactsRequest
100 + " mIncludeProfile=" + mIncludeProfile in toString()
148 return mIncludeProfile; in shouldIncludeProfile()
152 mIncludeProfile = includeProfile; in setIncludeProfile()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListFragment.java100 private boolean mIncludeProfile; field in ContactEntryListFragment
249 outState.putBoolean(KEY_INCLUDE_PROFILE, mIncludeProfile); in onSaveInstanceState()
282 mIncludeProfile = savedState.getBoolean(KEY_INCLUDE_PROFILE); in restoreSavedState()
584 mIncludeProfile = flag;
806 mAdapter.setIncludeProfile(mIncludeProfile);
DContactEntryListAdapter.java73 private boolean mIncludeProfile; field in ContactEntryListAdapter
367 return mIncludeProfile; in shouldIncludeProfile()
371 mIncludeProfile = includeProfile; in setIncludeProfile()