Searched refs:getSuperPrimaryEntry (Results 1 – 5 of 5) sorted by relevance
176 public ValuesDelta getSuperPrimaryEntry(String mimeType) { in getSuperPrimaryEntry() method in RawContactDelta177 return getSuperPrimaryEntry(mimeType, true); in getSuperPrimaryEntry()187 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) { in getSuperPrimaryEntry() method in RawContactDelta
472 public ValuesDelta getSuperPrimaryEntry(final String mimeType) { in getSuperPrimaryEntry() method in RawContactDeltaList
168 public ValuesDelta getSuperPrimaryEntry(String mimeType) { in getSuperPrimaryEntry() method in EntityDelta169 return getSuperPrimaryEntry(mimeType, true); in getSuperPrimaryEntry()178 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) { in getSuperPrimaryEntry() method in EntityDelta
275 public ValuesDelta getSuperPrimaryEntry(final String mimeType) { in getSuperPrimaryEntry() method in EntitySet
591 final ValuesDelta bobPhone = bobContact.getSuperPrimaryEntry(Phone.CONTENT_ITEM_TYPE, true); in testMergeAfterEnsureAndTrim()