Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DAppConversationListPreferenceControllerTest.java90 when(mBackend.getConversations(eq(mAppRow.pkg), eq(mAppRow.uid))).thenReturn( in updateState_someConversations_loadsConversations()
110 when(mBackend.getConversations(eq(mAppRow.pkg), eq(mAppRow.uid))) in updateState_someConversations_loadsNotDemotedOnly()
127 when(mBackend.getConversations(eq(mAppRow.pkg), eq(mAppRow.uid))) in updateState_noConversations_hides()
140 when(mBackend.getConversations(eq(mAppRow.pkg), eq(mAppRow.uid))) in updateState_refreshes()
149 when(mBackend.getConversations(eq(mAppRow.pkg), eq(mAppRow.uid))) in updateState_refreshes()
161 when(mBackend.getConversations(eq(mAppRow.pkg), eq(mAppRow.uid))) in updateState_refreshes()
DAppBubbleListPreferenceControllerTest.java86 when(mBackend.getConversations(anyString(), anyInt())).thenReturn(mConvoList); in setUp()
DBubblePreferenceControllerTest.java121 when(mBackend.getConversations(anyString(), anyInt())).thenReturn( in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DConversationListSummaryPreferenceControllerTest.java59 when(mBackend.getConversations(true)).thenReturn( in getSummary_noPriorityConversations()
70 when(mBackend.getConversations(true)).thenReturn( in getSummary_somePriorityConversations()
/packages/apps/Settings/src/com/android/settings/notification/
DConversationListSummaryPreferenceController.java41 final int count = mBackend.getConversations(true).getList().size(); in getSummary()
DNotificationBackend.java285 public ParceledListSlice<ConversationChannelWrapper> getConversations(String pkg, int uid) { in getConversations() method in NotificationBackend
294 public ParceledListSlice<ConversationChannelWrapper> getConversations(boolean onlyImportant) { in getConversations() method in NotificationBackend
296 return sINM.getConversations(onlyImportant); in getConversations()
/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModesBackend.java116 public ParceledListSlice<ConversationChannelWrapper> getConversations(boolean onlyImportant) { in getConversations() method in ZenModesBackend
118 return sINM.getConversations(onlyImportant); in getConversations()
DZenModePrioritySendersPreferenceController.java167 mBackend.getConversations(true); in updateChannelCounts()
/packages/apps/Settings/src/com/android/settings/notification/app/
DConversationListSettings.java102 mBackend.getConversations(false).getList(); in update()
DBubblePreferenceController.java92 mNumConversations = mBackend.getConversations( in updateState()
DAppConversationListPreferenceController.java98 mBackend.getConversations(mAppRow.pkg, mAppRow.uid); in loadConversationsAndPopulate()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenPrioritySendersHelper.java320 mNotificationBackend.getConversations(true); in updateChannelCounts()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java416 cursor = getConversations( in query()
995 private Cursor getConversations(String[] projection, String selection, in getConversations() method in MmsSmsProvider