Home
last modified time | relevance | path

Searched defs:isUserProfile (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/model/
DContact.java128 boolean isUserProfile) { in Contact()
359 public boolean isUserProfile() { in isUserProfile() method in Contact
/packages/apps/Contacts/src/com/android/contacts/model/
DContact.java145 boolean isUserProfile) { in Contact()
458 public boolean isUserProfile() { in isUserProfile() method in Contact
/packages/apps/Contacts/src/com/android/contacts/editor/
DPickRawContactLoader.java203 public boolean isUserProfile; field in PickRawContactLoader.RawContactsMetadata
DContactEditorFragment.java1087 boolean isUserProfile) { in setStateForNewContact()
1097 RawContactDelta oldState, AccountType oldAccountType, boolean isUserProfile) { in setStateForNewContact()
1153 private void setStateForExistingContact(boolean isUserProfile, in setStateForExistingContact()
DKindSectionView.java197 public void setIsUserProfile(boolean isUserProfile) { in setIsUserProfile()
DRawContactEditorView.java435 boolean hasNewContact, boolean isUserProfile, AccountWithDataSet primaryAccount, in setState()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDisplayUtils.java158 boolean isUserProfile, boolean isStarred) { in configureStarredMenuItem()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java429 int presence, String status, int chatMode, boolean isUserProfile) { in insertStatusUpdate()
435 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { in insertStatusUpdate()
450 boolean isUserProfile) { in insertStatusUpdate()
458 boolean isUserProfile) { in insertStatusUpdate()
DContactsProvider2Test.java9772 long groupId, int chatMode, boolean isUserProfile) { in createContact()
9788 long groupId, int chatMode, boolean isUserProfile) { in createRawContact()
9803 boolean isUserProfile) { in createRawContact()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactEntryListAdapter.java606 protected boolean isUserProfile(int position) { in isUserProfile() method in ContactEntryListAdapter