Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DConversationPromotePreferenceControllerTest.java123 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick()
142 verify(mBackend, never()).updateChannel(eq(null), anyInt(), any()); in testHandlePreferenceClick_wrongKey()
DDndPreferenceControllerTest.java178 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
196 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DVibrationPreferenceControllerTest.java206 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
224 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DLightsPreferenceControllerTest.java210 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
228 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DBadgePreferenceControllerTest.java256 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on_channel()
274 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off_channel()
DBlockPreferenceControllerTest.java361 verify(mBackend, times(2)).updateChannel(any(), anyInt(), any()); in testOnSwitchChanged_channel_default()
380 verify(mBackend, times(2)).updateChannel(any(), anyInt(), any()); in testOnSwitchChanged_channel_nonDefault()
DVisibilityPreferenceControllerTest.java342 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_noOverride()
361 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_override()
DConversationDemotePreferenceControllerTest.java121 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick()
DBubblePreferenceControllerTest.java339 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in onPreferenceChange_on_channel()
358 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in onPreferenceChange_off_channel()
DAppBubbleListPreferenceControllerTest.java171 verify(mBackend).updateChannel(anyString(), anyInt(), any(NotificationChannel.class)); in clickConversationPref_updatesChannel()
DAllowSoundPreferenceControllerTest.java233 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DSoundPreferenceControllerTest.java211 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange()
DNotificationPreferenceControllerTest.java205 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testSaveImportance()
/packages/apps/TV/src/com/android/tv/menu/
DChannelCardView.java90 updateChannel(item); in onBind()
95 private void updateChannel(ChannelsRowItem item) { in updateChannel() method in ChannelCardView
/packages/apps/Settings/src/com/android/settings/notification/app/
DAppChannelsBypassingDndPreferenceController.java89 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in displayPreference()
176 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in populateList()
DNotificationPreferenceController.java123 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in saveChannel()
DChannelListPreferenceController.java221 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in populateSingleChannelPrefs()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java151 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage()
259 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend
DNotificationPreferenceController.java109 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in saveChannel()
DNotificationSettingsBase.java307 mBackend.updateChannel(mPkg, mUid, channel); in populateSingleChannelPrefs()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java169 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage()
321 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend
DAppBubbleListPreferenceController.java136 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, conversation.getNotificationChannel());
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java204 mNotificationBackend.updateChannel(packageName, uid, channel); in onNotifyChange()