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;
H A DContactEntryListFragment.java104 private boolean mIncludeProfile; field in class:ContactEntryListFragment
242 outState.putBoolean(KEY_INCLUDE_PROFILE, mIncludeProfile);
273 mIncludeProfile = savedState.getBoolean(KEY_INCLUDE_PROFILE);
587 mIncludeProfile = flag;
802 mAdapter.setIncludeProfile(mIncludeProfile);
H A DContactEntryListAdapter.java71 private boolean mIncludeProfile; field in class:ContactEntryListAdapter
287 return mIncludeProfile;
291 mIncludeProfile = includeProfile;

Completed in 41 milliseconds