Searched refs:conversationIds (Results 1 – 7 of 7) sorted by relevance
159 final ArrayList<String> conversationIds = new ArrayList<String>(); in onActionBarArchive() local162 conversationIds.add(conversationId); in onActionBarArchive()173 for (final String conversationId : conversationIds) { in onActionBarArchive()185 final String message = getResources().getString(textId, conversationIds.size()); in onActionBarArchive()
71 NotificationState(final ConversationIdSet conversationIds) { in NotificationState() argument72 mConversationIds = conversationIds; in NotificationState()
1817 final HashSet<String> conversationIds = new HashSet<String>(); in getConversationsForParticipants() local1831 conversationIds.add(conversationId); in getConversationsForParticipants()1839 return conversationIds; in getConversationsForParticipants()1848 final HashSet<String> conversationIds = getConversationsForParticipants(participants); in refreshConversationsForParticipants() local1849 if (conversationIds.size() > 0) { in refreshConversationsForParticipants()1850 for (final String conversationId : conversationIds) { in refreshConversationsForParticipants()1856 LogUtil.v(TAG, "Number of conversations refreshed:" + conversationIds.size()); in refreshConversationsForParticipants()
661 final List<String> conversationIds = new ArrayList<String>(); in getConversationsWithSelfParticipantIds() local682 conversationIds.add(conversationId); in getConversationsWithSelfParticipantIds()690 return conversationIds; in getConversationsWithSelfParticipantIds()
956 final ConversationIdSet conversationIds = notificationState.mConversationIds; in doNotify() local967 if (conversationIds != null && conversationIds.size() == 1) { in doNotify()968 conversationId = conversationIds.first(); in doNotify()
1237 ConversationIdSet conversationIds = null; in checkFailedMessages() local1250 conversationIds = ConversationIdSet.createSet(conversationId); in checkFailedMessages()1300 conversationIds, in checkFailedMessages()
255 return mUnderlyingCursor != null ? mUnderlyingCursor.conversationIds() : null; in getConversationIds()503 public Set<Long> conversationIds() { in conversationIds() method in ConversationCursor.UnderlyingCursorWrapper