Home | History | Annotate | Download | only in platform

Lines Matching defs:groupId

64         long groupId = 0;
72 groupId = cursor.getLong(0);
79 if (groupId == 0) {
88 groupId = ContentUris.parseId(newGroupUri);
90 return groupId;
106 List<RawContact> rawContacts, long groupId, long lastSyncMarker) {
151 addContact(context, account, rawContact, groupId, true, batchOperation);
274 * @param groupId the id of the sample group
280 long groupId, boolean inSync, BatchOperation batchOperation) {
292 .addGroupMembership(groupId)