HomeSort by relevance Sort by last modified time
    Searched defs:getSuperPrimaryEntry (Results 1 - 4 of 4) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 275 public ValuesDelta getSuperPrimaryEntry(final String mimeType) {
EntityDelta.java 165 * calls {@link #getSuperPrimaryEntry(String, boolean)} with true
166 * @see #getSuperPrimaryEntry(String, boolean)
168 public ValuesDelta getSuperPrimaryEntry(String mimeType) {
169 return getSuperPrimaryEntry(mimeType, true);
178 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 173 * calls {@link #getSuperPrimaryEntry(String, boolean)} with true
174 * @see #getSuperPrimaryEntry(String, boolean)
176 public ValuesDelta getSuperPrimaryEntry(String mimeType) {
177 return getSuperPrimaryEntry(mimeType, true);
187 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) {
RawContactDeltaList.java 472 public ValuesDelta getSuperPrimaryEntry(final String mimeType) {

Completed in 46 milliseconds