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

  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 162 count -= (mUserProfileExists ? 1: 0);
166 if (mUserProfileExists) {
224 mUserProfileExists = getAdapter().hasProfile();
225 showEmptyUserProfile(!mUserProfileExists && !isSearchMode());
ContactEntryListFragment.java 138 protected boolean mUserProfileExists;
498 mUserProfileExists = false;

Completed in 199 milliseconds