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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
H A DDataItem.java124 public boolean isSuperPrimary() { method in class:DataItem
/packages/apps/Dialer/tests/src/com/android/dialer/database/
H A DSmartDialPrefixTest.java145 int lastTimeUsed, int timesUsed, int starred, int isSuperPrimary, int inVisibleGroup,
151 photoId, lastTimeUsed, timesUsed, starred, isSuperPrimary, inVisibleGroup,
143 constructNewContact(MatrixCursor contactCursor, MatrixCursor nameCursor, int id, String number, int contactId, String lookupKey, String displayName, int photoId, int lastTimeUsed, int timesUsed, int starred, int isSuperPrimary, int inVisibleGroup, int isPrimary) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java175 public boolean isSuperPrimary() { method in class:ValuesDelta
176 final Long isSuperPrimary = getAsLong(ContactsContract.Data.IS_SUPER_PRIMARY);
177 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 53 milliseconds