HomeSort by relevance Sort by last modified time
    Searched refs:mIncludeProfile (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 89 private boolean mIncludeProfile;
102 + " mIncludeProfile=" + mIncludeProfile
119 mIncludeProfile = request.mIncludeProfile;
140 request.mIncludeProfile = source.readInt() != 0;
155 dest.writeInt(mIncludeProfile ? 1 : 0);
214 return mIncludeProfile;
218 mIncludeProfile = includeProfile;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 101 private boolean mIncludeProfile;
235 outState.putBoolean(KEY_INCLUDE_PROFILE, mIncludeProfile);
268 mIncludeProfile = savedState.getBoolean(KEY_INCLUDE_PROFILE);
558 mIncludeProfile = flag;
779 mAdapter.setIncludeProfile(mIncludeProfile);
ContactEntryListAdapter.java 69 private boolean mIncludeProfile;
362 return mIncludeProfile;
366 mIncludeProfile = includeProfile;

Completed in 128 milliseconds