Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionDataList.java59 AccountWithDataSet primaryAccount, boolean isUserProfile) { in getEntryToWrite()
DContactEditorBaseFragment.java1198 boolean isUserProfile) { in setStateForNewContact()
1208 RawContactDelta oldState, AccountType oldAccountType, boolean isUserProfile) { in setStateForNewContact()
1262 protected void setStateForExistingContact(String readOnlyDisplayName, boolean isUserProfile, in setStateForExistingContact()
DCompactKindSectionView.java193 public void setIsUserProfile(boolean isUserProfile) { in setIsUserProfile()
DCompactRawContactsEditorView.java623 long photoId, boolean hasNewContact, boolean isUserProfile, in setState()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDisplayUtils.java160 boolean isUserProfile, boolean isStarred) { in configureStarredImageView()
180 boolean isUserProfile, boolean isStarred) { in configureStarredMenuItem()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContact.java147 boolean isUserProfile) { in Contact()
471 public boolean isUserProfile() { in isUserProfile() method in Contact
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java421 int presence, String status, int chatMode, boolean isUserProfile) { in insertStatusUpdate()
427 int presence, String status, long timestamp, int chatMode, boolean isUserProfile) { in insertStatusUpdate()
442 boolean isUserProfile) { in insertStatusUpdate()
450 boolean isUserProfile) { in insertStatusUpdate()
DContactsProvider2Test.java9641 long groupId, int chatMode, boolean isUserProfile) { in createContact()
9657 long groupId, int chatMode, boolean isUserProfile) { in createRawContact()
9672 boolean isUserProfile) { in createRawContact()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactEntryListAdapter.java673 protected boolean isUserProfile(int position) { in isUserProfile() method in ContactEntryListAdapter