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 170 * calls {@link #getSuperPrimaryEntry(String, boolean)} with true
171 * @see #getSuperPrimaryEntry(String, boolean)
173 public ValuesDelta getSuperPrimaryEntry(String mimeType) {
174 return getSuperPrimaryEntry(mimeType, true);
184 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) {
RawContactDeltaList.java 352 public ValuesDelta getSuperPrimaryEntry(final String mimeType) {

Completed in 519 milliseconds