Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java1170 final ConversationIdSet childIds) { in writeGroupChildIds() argument
1172 if (childIds.equals(oldChildIds)) { in writeGroupChildIds()
1176 BuglePrefs.getApplicationPrefs().putString(prefKey, childIds.getDelimitedString()); in writeGroupChildIds()