Home
last modified time | relevance | path

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

/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/tests/robotests/src/com/android/settings/notification/app/
DConversationPromotePreferenceControllerTest.java149 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick()
168 verify(mBackend, never()).updateChannel(eq(null), anyInt(), any()); in testHandlePreferenceClick_wrongKey()
DVibrationPreferenceControllerTest.java230 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
249 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DDndPreferenceControllerTest.java206 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
225 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DLightsPreferenceControllerTest.java236 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
255 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DBadgePreferenceControllerTest.java286 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on_channel()
304 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off_channel()
DVisibilityPreferenceControllerTest.java361 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_noOverride()
380 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_override()
DBlockPreferenceControllerTest.java392 verify(mBackend, times(2)).updateChannel(any(), anyInt(), any()); in testOnSwitchChanged_channel_default()
412 verify(mBackend, times(2)).updateChannel(any(), anyInt(), any()); in testOnSwitchChanged_channel_nonDefault()
DConversationDemotePreferenceControllerTest.java146 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick()
DAppBubbleListPreferenceControllerTest.java171 verify(mBackend).updateChannel(anyString(), anyInt(), any(NotificationChannel.class)); in clickConversationPref_updatesChannel()
DBubblePreferenceControllerTest.java394 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in onPreferenceChange_on_channel()
413 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in onPreferenceChange_off_channel()
DAllowSoundPreferenceControllerTest.java264 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DSoundPreferenceControllerTest.java232 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange()
DNotificationPreferenceControllerTest.java221 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testSaveImportance()
/packages/apps/Settings/src/com/android/settings/notification/app/
DAppChannelsBypassingDndPreferenceController.java89 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in displayPreference()
182 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in populateList()
DNotificationPreferenceController.java132 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in saveChannel()
DChannelListPreferenceController.java357 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in updateSingleChannelPrefs()
/packages/apps/Settings/src/com/android/settings/notification/
DAppBubbleListPreferenceController.java137 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, conversation.getNotificationChannel());
DNotificationBackend.java203 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage()
355 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend