Home
last modified time | relevance | path

Searched refs:defaultGroupId (Results 1 – 1 of 1) 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()
88 final long defaultGroupId = getDefaultGroupId(contactData.getGroupMetaData()); in markAddToDefaultGroup() local
91 if (defaultGroupId == -1) return false; in markAddToDefaultGroup()
104 entry.setGroupRowId(defaultGroupId); in markAddToDefaultGroup()
110 long defaultGroupId = -1; in getDefaultGroupId() local
114 if (defaultGroupId != -1) return -1; in getDefaultGroupId()
115 defaultGroupId = group.groupId; in getDefaultGroupId()
118 return defaultGroupId; in getDefaultGroupId()