Home
last modified time | relevance | path

Searched refs:getSuperPrimaryEntry (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java173 public ValuesDelta getSuperPrimaryEntry(String mimeType) { in getSuperPrimaryEntry() method in RawContactDelta
174 return getSuperPrimaryEntry(mimeType, true); in getSuperPrimaryEntry()
183 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) { in getSuperPrimaryEntry() method in RawContactDelta
DRawContactDeltaList.java362 public ValuesDelta getSuperPrimaryEntry(final String mimeType) { in getSuperPrimaryEntry() method in RawContactDeltaList
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java990 beforeRawContactDelta.getSuperPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE); in hasPendingChanges()
992 .getSuperPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE); in hasPendingChanges()
1272 .getSuperPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE); in copyReadOnlyName()
1274 .getSuperPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE); in copyReadOnlyName()
DRawContactEditorView.java408 .getSuperPrimaryEntry(Photo.CONTENT_ITEM_TYPE); in setPrimaryPhoto()
854 .getSuperPrimaryEntry(Photo.CONTENT_ITEM_TYPE); in addPhotoView()
DKindSectionView.java332 .getSuperPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE); in addNameEditorViews()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java582 final ValuesDelta bobPhone = bobContact.getSuperPrimaryEntry(Phone.CONTENT_ITEM_TYPE, true); in testMergeAfterEnsureAndTrim()