/packages/apps/TV/src/com/android/tv/menu/ |
D | ChannelCardView.java | 90 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/ |
D | ConversationPromotePreferenceControllerTest.java | 149 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick() 168 verify(mBackend, never()).updateChannel(eq(null), anyInt(), any()); in testHandlePreferenceClick_wrongKey()
|
D | VibrationPreferenceControllerTest.java | 230 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on() 249 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | DndPreferenceControllerTest.java | 206 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on() 225 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | LightsPreferenceControllerTest.java | 236 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on() 255 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | BadgePreferenceControllerTest.java | 286 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()
|
D | VisibilityPreferenceControllerTest.java | 361 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_noOverride() 380 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_override()
|
D | BlockPreferenceControllerTest.java | 392 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()
|
D | ConversationDemotePreferenceControllerTest.java | 146 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick()
|
D | AppBubbleListPreferenceControllerTest.java | 171 verify(mBackend).updateChannel(anyString(), anyInt(), any(NotificationChannel.class)); in clickConversationPref_updatesChannel()
|
D | BubblePreferenceControllerTest.java | 394 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()
|
D | AllowSoundPreferenceControllerTest.java | 264 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | SoundPreferenceControllerTest.java | 232 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange()
|
D | NotificationPreferenceControllerTest.java | 221 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testSaveImportance()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | AppChannelsBypassingDndPreferenceController.java | 89 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in displayPreference() 182 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in populateList()
|
D | NotificationPreferenceController.java | 132 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in saveChannel()
|
D | ChannelListPreferenceController.java | 357 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in updateSingleChannelPrefs()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | AppBubbleListPreferenceController.java | 137 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, conversation.getNotificationChannel());
|
D | NotificationBackend.java | 203 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage() 355 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend
|