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

  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 143 boolean isUserProfile) {
167 mIsUserProfile = isUserProfile;
462 public boolean isUserProfile() {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 448 if (!isUserProfile(position)
565 protected boolean isUserProfile(int position) {
568 boolean isUserProfile = false;
579 isUserProfile = cursor.getInt(profileColumnIndex) == 1;
586 return isUserProfile;

Completed in 563 milliseconds