Home
last modified time | relevance | path

Searched defs:conversationIds (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DNotificationState.java71 NotificationState(final ConversationIdSet conversationIds) { in NotificationState()
DParticipantRefresh.java661 final List<String> conversationIds = new ArrayList<String>(); in getConversationsWithSelfParticipantIds() local
DBugleDatabaseOperations.java1817 final HashSet<String> conversationIds = new HashSet<String>(); in getConversationsForParticipants() local
1848 final HashSet<String> conversationIds = getConversationsForParticipants(participants); in refreshConversationsForParticipants() local
DBugleNotifications.java956 final ConversationIdSet conversationIds = notificationState.mConversationIds; in doNotify() local
DMessageNotificationState.java1237 ConversationIdSet conversationIds = null; in checkFailedMessages() local
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DAbstractConversationListActivity.java159 final ArrayList<String> conversationIds = new ArrayList<String>(); in onActionBarArchive() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationCursor.java503 public Set<Long> conversationIds() { in conversationIds() method in ConversationCursor.UnderlyingCursorWrapper