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 86 private boolean mIncludeProfile;
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;
ContactEntryListFragment.java 104 private boolean mIncludeProfile;
241 outState.putBoolean(KEY_INCLUDE_PROFILE, mIncludeProfile);
272 mIncludeProfile = savedState.getBoolean(KEY_INCLUDE_PROFILE);
582 mIncludeProfile = flag;
795 mAdapter.setIncludeProfile(mIncludeProfile);
ContactEntryListAdapter.java 65 private boolean mIncludeProfile;
311 return mIncludeProfile;
315 mIncludeProfile = includeProfile;

Completed in 61 milliseconds