Searched refs:isSuperPrimary (Results 1 - 12 of 12) sorted by relevance

/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;
H A DRawContactDelta.java190 if (entry.isSuperPrimary()) {
H A DRawContactDeltaList.java360 if (entry.isSuperPrimary()) {
/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;
H A DEntitySet.java283 if (entry.isSuperPrimary()) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
H A DDataItem.java124 public boolean isSuperPrimary() { method in class:DataItem
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DQuickContactActivity.java445 final boolean isSuperPrimary = dataItem.isSuperPrimary();
452 final boolean wasAdded = considerAdd(action, cache, isSuperPrimary);
455 if (isSuperPrimary || (isPrimary && (mDefaultsMap.get(mimeType) == null))) {
469 considerAdd(action, cache, isSuperPrimary);
H A DDataAction.java99 mIsPrimary = item.isSuperPrimary();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java210 final boolean isSuperPrimary = c.getInt(1) != 0;
212 if (isSuperPrimary) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
H A DContactFragment.java375 final boolean isSuperPrimary = entryValues.getAsInteger(
388 if (isSuperPrimary) mPrimaryPhoneUri = entry.uri;
390 entry.isPrimary = isSuperPrimary;
404 entry.isPrimary = isSuperPrimary;
/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/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java562 final boolean isSuperPrimary = dataItem.isSuperPrimary();
595 if (isSuperPrimary) mPrimaryPhoneUri = entry.uri;
597 entry.isPrimary = isSuperPrimary;
615 entry.isPrimary = isSuperPrimary;

Completed in 260 milliseconds