Searched refs:mIncludeProfile (Results 1 – 3 of 3) sorted by relevance
88 private boolean mIncludeProfile; field in ContactsRequest100 + " mIncludeProfile=" + mIncludeProfile in toString()148 return mIncludeProfile; in shouldIncludeProfile()152 mIncludeProfile = includeProfile; in setIncludeProfile()
100 private boolean mIncludeProfile; field in ContactEntryListFragment249 outState.putBoolean(KEY_INCLUDE_PROFILE, mIncludeProfile); in onSaveInstanceState()282 mIncludeProfile = savedState.getBoolean(KEY_INCLUDE_PROFILE); in restoreSavedState()584 mIncludeProfile = flag;806 mAdapter.setIncludeProfile(mIncludeProfile);
73 private boolean mIncludeProfile; field in ContactEntryListAdapter367 return mIncludeProfile; in shouldIncludeProfile()371 mIncludeProfile = includeProfile; in setIncludeProfile()