Home
last modified time | relevance | path

Searched refs:defaultGroupId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DInvisibleContactUtil.java49 final long defaultGroupId = getDefaultGroupId(groups); in isInvisibleAndAddable() local
50 if (defaultGroupId == -1) return false; in isInvisibleAndAddable()
63 if (groupId != null && groupId == defaultGroupId) { in isInvisibleAndAddable()
73 final long defaultGroupId = getDefaultGroupId(contactData.getGroupMetaData()); in addToDefaultGroup() local
76 if (defaultGroupId == -1) return; in addToDefaultGroup()
90 entry.setGroupRowId(defaultGroupId); in addToDefaultGroup()
104 long defaultGroupId = -1; in getDefaultGroupId() local
108 if (defaultGroupId != -1) return -1; in getDefaultGroupId()
109 defaultGroupId = group.getGroupId(); in getDefaultGroupId()
112 return defaultGroupId; in getDefaultGroupId()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java350 long defaultGroupId = getDefaultGroupId(); in addToDefaultGroupIfNeeded() local
351 if (defaultGroupId != -1) { in addToDefaultGroupIfNeeded()
354 entry.setGroupRowId(defaultGroupId); in addToDefaultGroupIfNeeded()