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

  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDelta.java 167 * calls {@link #getSuperPrimaryEntry(String, boolean)} with true
168 * @see #getSuperPrimaryEntry(String, boolean)
170 public ValuesDelta getSuperPrimaryEntry(String mimeType) {
171 return getSuperPrimaryEntry(mimeType, true);
180 public ValuesDelta getSuperPrimaryEntry(String mimeType, boolean forceSelection) {
EntitySet.java 275 public ValuesDelta getSuperPrimaryEntry(final String mimeType) {
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntitySetTests.java 577 final ValuesDelta bobPhone = bobContact.getSuperPrimaryEntry(Phone.CONTENT_ITEM_TYPE, true);

Completed in 1181 milliseconds