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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsRequest.java86 private boolean mIncludeProfile; field in class:ContactsRequest
99 + " mIncludeProfile=" + mIncludeProfile
116 mIncludeProfile = request.mIncludeProfile;
137 request.mIncludeProfile = source.readInt() != 0;
152 dest.writeInt(mIncludeProfile ? 1 : 0);
211 return mIncludeProfile;
215 mIncludeProfile = includeProfile;
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactEntryListFragment.java95 private boolean mIncludeProfile; field in class:ContactEntryListFragment
227 outState.putBoolean(KEY_INCLUDE_PROFILE, mIncludeProfile);
258 mIncludeProfile = savedState.getBoolean(KEY_INCLUDE_PROFILE);
563 mIncludeProfile = flag;
758 mAdapter.setIncludeProfile(mIncludeProfile);
H A DContactEntryListAdapter.java65 private boolean mIncludeProfile; field in class:ContactEntryListAdapter
311 return mIncludeProfile;
315 mIncludeProfile = includeProfile;

Completed in 115 milliseconds