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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DAction.java51 public boolean isSuperPrimary(); method in interface:Action
H A DQuickContactActivity.java479 if (info.isSuperPrimary()) {
601 if (lhs.isSuperPrimary()) {
603 } else if (rhs.isSuperPrimary()) {
1399 dataItem.getMimeType(), dataItem.getId(), dataItem.isSuperPrimary());
1405 dataItem.getMimeType(), dataItem.getId(), dataItem.isSuperPrimary());
1421 dataItem.getMimeType(), dataItem.getId(), dataItem.isSuperPrimary());
1428 dataItem.getMimeType(), dataItem.getId(), dataItem.isSuperPrimary());
1434 dataItem.getMimeType(), dataItem.getId(), dataItem.isSuperPrimary());
1462 dataItem.getMimeType(), dataItem.getId(), dataItem.isSuperPrimary());
1474 dataItem.getMimeType(), dataItem.getId(), dataItem.isSuperPrimary());
[all...]
H A DDataAction.java106 mIsSuperPrimary = item.isSuperPrimary();
284 public boolean isSuperPrimary() { method in class:DataAction
H A DExpandingEntryCardView.java1021 boolean isSuperPrimary) {
1026 mIsSuperPrimary = isSuperPrimary;
1045 public boolean isSuperPrimary() { method in class:ExpandingEntryCardView.EntryContextMenuInfo
1020 EntryContextMenuInfo(String copyText, String copyLabel, String mimeType, long id, boolean isSuperPrimary) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DDataUtil.java64 /* isSuperPrimary = true */ false);
69 String phoneticFamily, boolean isSuperPrimary) {
92 if (isSuperPrimary) {
67 insertStructuredName( ContentResolver resolver, long rawContactId, String givenName, String familyName, String phoneticFamily, boolean isSuperPrimary) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
H A DStructuredNameDataItem.java95 public boolean isSuperPrimary() { method in class:StructuredNameDataItem
H A DDataItem.java132 public boolean isSuperPrimary() { method in class:DataItem
207 if (isSuperPrimary() || that.isSuperPrimary()) {
/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/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandler.java209 final boolean isSuperPrimary = c.getInt(1) != 0;
211 if (isSuperPrimary) {
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java121 mPrimaryCheckBox.setChecked(values != null && values.isSuperPrimary());
H A DContactEditorFragment.java273 if (!nameValuesDelta.isSuperPrimary()) {
281 if (nameValuesDelta.isSuperPrimary()) {
H A DCompactRawContactsEditorView.java788 if (valuesDelta.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,
157 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/tests/src/com/android/contacts/common/model/dataitem/
H A DDataItemTests.java106 assertEquals(true, dataList.get(0).isSuperPrimary());
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java740 protected void assertSuperPrimary(Long dataId, boolean isSuperPrimary) { argument
746 if (isSuperPrimary) {

Completed in 460 milliseconds