Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDelta.java176 public ValuesDelta getSuperPrimaryEntry(String mimeType) { in getSuperPrimaryEntry() method in RawContactDelta
177 return getSuperPrimaryEntry(mimeType, true); in getSuperPrimaryEntry()
187 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) { in getSuperPrimaryEntry() method in RawContactDelta
DRawContactDeltaList.java472 public ValuesDelta getSuperPrimaryEntry(final String mimeType) { in getSuperPrimaryEntry() method in RawContactDeltaList
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java168 public ValuesDelta getSuperPrimaryEntry(String mimeType) { in getSuperPrimaryEntry() method in EntityDelta
169 return getSuperPrimaryEntry(mimeType, true); in getSuperPrimaryEntry()
178 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) { in getSuperPrimaryEntry() method in EntityDelta
DEntitySet.java275 public ValuesDelta getSuperPrimaryEntry(final String mimeType) { in getSuperPrimaryEntry() method in EntitySet
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java591 final ValuesDelta bobPhone = bobContact.getSuperPrimaryEntry(Phone.CONTENT_ITEM_TYPE, true); in testMergeAfterEnsureAndTrim()