Searched defs:isSuperPrimary (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityDelta.java192 if (entry.isSuperPrimary()) {
660 public boolean isSuperPrimary() { method in class:EntityDelta.ValuesDelta
661 final Long isSuperPrimary = getAsLong(Data.IS_SUPER_PRIMARY);
662 return isSuperPrimary == null ? false : isSuperPrimary != 0;
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java184 if (entry.isSuperPrimary()) {
604 public boolean isSuperPrimary() { method in class:EntityDelta.ValuesDelta
605 final Long isSuperPrimary = getAsLong(Data.IS_SUPER_PRIMARY);
606 return isSuperPrimary == null ? false : isSuperPrimary != 0;

Completed in 63 milliseconds