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

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java165 * calls {@link #getSuperPrimaryEntry(String, boolean)} with true
166 * @see #getSuperPrimaryEntry(String, boolean)
168 public ValuesDelta getSuperPrimaryEntry(String mimeType) { method in class:EntityDelta
169 return getSuperPrimaryEntry(mimeType, true);
178 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) { method in class:EntityDelta
H A DEntitySet.java275 public ValuesDelta getSuperPrimaryEntry(final String mimeType) { method in class:EntitySet
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDelta.java177 * calls {@link #getSuperPrimaryEntry(String, boolean)} with true
178 * @see #getSuperPrimaryEntry(String, boolean)
180 public ValuesDelta getSuperPrimaryEntry(String mimeType) { method in class:RawContactDelta
181 return getSuperPrimaryEntry(mimeType, true);
191 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) { method in class:RawContactDelta
H A DRawContactDeltaList.java358 public ValuesDelta getSuperPrimaryEntry(final String mimeType) { method in class:RawContactDeltaList
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactDeltaListTests.java576 final ValuesDelta bobPhone = bobContact.getSuperPrimaryEntry(Phone.CONTENT_ITEM_TYPE, true);

Completed in 83 milliseconds