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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 147 boolean isUserProfile) {
170 mIsUserProfile = isUserProfile;
471 public boolean isUserProfile() {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListAdapter.java 527 if (!isUserProfile(position)
650 protected boolean isUserProfile(int position) {
653 boolean isUserProfile = false;
664 isUserProfile = cursor.getInt(profileColumnIndex) == 1;
671 return isUserProfile;

Completed in 776 milliseconds