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 177 count -= (mUserProfileExists ? 1: 0);
181 if (mUserProfileExists) {
237 mUserProfileExists = getAdapter().hasProfile();
238 showEmptyUserProfile(!mUserProfileExists && !isSearchMode());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 126 protected boolean mUserProfileExists;
474 mUserProfileExists = false;

Completed in 443 milliseconds