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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DAction.java51 public boolean isSuperPrimary(); method in interface:Action
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/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/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;
/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 747 milliseconds