Searched defs:getSuperPrimaryEntry (Results 1 - 4 of 4) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntitySet.java275 public ValuesDelta getSuperPrimaryEntry(final String mimeType) { method in class:EntitySet
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
/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityDeltaList.java313 public ValuesDelta getSuperPrimaryEntry(final String mimeType) { method in class:EntityDeltaList
H A DEntityDelta.java173 * calls {@link #getSuperPrimaryEntry(String, boolean)} with true
174 * @see #getSuperPrimaryEntry(String, boolean)
176 public ValuesDelta getSuperPrimaryEntry(String mimeType) { method in class:EntityDelta
177 return getSuperPrimaryEntry(mimeType, true);
186 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) { method in class:EntityDelta

Completed in 49 milliseconds