Searched refs:getConversations (Results 1 – 13 of 13) sorted by relevance
64 when(mBackend.getConversations(true)).thenReturn( in getSummary_noPriorityConversations()75 when(mBackend.getConversations(true)).thenReturn( in getSummary_somePriorityConversations()
148 mNotificationBackend.getConversations(false); in updateChannelCounts()160 mNotificationBackend.getConversations(true); in updateChannelCounts()
134 mNotificationBackend.getConversations( in loadConversations()
255 public ParceledListSlice<ConversationChannelWrapper> getConversations(String pkg, int uid) { in getConversations() method in NotificationBackend264 public ParceledListSlice<ConversationChannelWrapper> getConversations(boolean onlyImportant) { in getConversations() method in NotificationBackend266 return sINM.getConversations(onlyImportant); in getConversations()
40 final int count = mBackend.getConversations(true).getList().size(); in getSummary()
70 mConversations = mBackend.getConversations(false).getList(); in updateState()
73 mConversations = mBackend.getConversations(false).getList(); in updateState()
73 mConversations = mBackend.getConversations(true).getList(); in updateState()
90 mNumConversations = mBackend.getConversations( in updateState()
92 mBackend.getConversations(mAppRow.pkg, mAppRow.uid); in loadConversationsAndPopulate()
86 when(mBackend.getConversations(anyString(), anyInt())).thenReturn(mConvoList); in setUp()
109 when(mBackend.getConversations(anyString(), anyInt())).thenReturn( in setUp()
368 cursor = getConversations( in query()860 private Cursor getConversations(String[] projection, String selection, in getConversations() method in MmsSmsProvider