Searched refs:groupChildIds (Results 1 – 1 of 1) sorted by relevance
244 final ConversationIdSet groupChildIds = getGroupChildIds(context); in cancel() local246 if (groupChildIds != null && groupChildIds.size() > 0) { in cancel()250 groupChildIds.remove(conversationId); in cancel()251 writeGroupChildIds(context, groupChildIds); in cancel()253 cancelStaleGroupChildren(groupChildIds, null); in cancel()623 final ConversationIdSet groupChildIds = new ConversationIdSet(); in createMessageNotification() local629 groupChildIds.add(child.mConversationIds.first()); in createMessageNotification()635 writeGroupChildIds(context, groupChildIds); in createMessageNotification()