/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 | 152 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick() 171 verify(mBackend, never()).updateChannel(eq(null), anyInt(), any()); in testHandlePreferenceClick_wrongKey()
|
D | VibrationPreferenceControllerTest.java | 229 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on() 248 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 | 223 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on() 242 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | BadgePreferenceControllerTest.java | 296 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on_channel() 315 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off_channel()
|
D | BlockPreferenceControllerTest.java | 366 verify(mBackend, times(2)).updateChannel(any(), anyInt(), any()); in testOnSwitchChanged_channel_default() 386 verify(mBackend, times(2)).updateChannel(any(), anyInt(), any()); in testOnSwitchChanged_channel_nonDefault()
|
D | ConversationDemotePreferenceControllerTest.java | 150 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick()
|
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 | AppBubbleListPreferenceControllerTest.java | 171 verify(mBackend).updateChannel(anyString(), anyInt(), any(NotificationChannel.class)); in clickConversationPref_updatesChannel()
|
D | BubblePreferenceControllerTest.java | 386 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in onPreferenceChange_on_channel() 405 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in onPreferenceChange_off_channel()
|
D | AllowSoundPreferenceControllerTest.java | 257 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | SoundPreferenceControllerTest.java | 218 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange()
|
D | NotificationPreferenceControllerTest.java | 223 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testSaveImportance()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | AppChannelsBypassingDndPreferenceController.java | 98 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in displayPreference() 212 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in populateList()
|
D | NotificationPreferenceController.java | 137 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in saveChannel()
|
D | BundleListPreferenceController.java | 172 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in updateSingleChannelPrefs()
|
D | ChannelListPreferenceController.java | 394 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in updateSingleChannelPrefs()
|
/packages/apps/Settings/src/com/android/settings/spa/notification/ |
D | AppNotificationRepository.kt | 117 updateChannel(app, channel) in setEnabled() 221 private fun updateChannel(app: ApplicationInfo, channel: NotificationChannel) { in updateChannel() method in com.android.settings.spa.notification.AppNotificationRepository
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | AppBubbleListPreferenceController.java | 137 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, conversation.getNotificationChannel());
|
D | NotificationBackend.java | 204 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage() 389 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend
|