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 528 if (!isUserProfile(position)
651 protected boolean isUserProfile(int position) {
654 boolean isUserProfile = false;
665 isUserProfile = cursor.getInt(profileColumnIndex) == 1;
672 return isUserProfile;

Completed in 522 milliseconds