Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java617 final ConversationIdSet oldGroupChildIds = getGroupChildIds(context); in createMessageNotification() local
618 if (oldGroupChildIds != null && oldGroupChildIds.size() > 0) { in createMessageNotification()
619 cancelStaleGroupChildren(oldGroupChildIds, state); in createMessageNotification()