Home
last modified time | relevance | path

Searched refs:updateChannel (Results 1 – 21 of 21) 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.java152 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick()
171 verify(mBackend, never()).updateChannel(eq(null), anyInt(), any()); in testHandlePreferenceClick_wrongKey()
DVibrationPreferenceControllerTest.java229 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
248 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.java223 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
242 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DBadgePreferenceControllerTest.java296 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()
DBlockPreferenceControllerTest.java366 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()
DConversationDemotePreferenceControllerTest.java150 verify(mBackend).updateChannel(eq(null), anyInt(), captor.capture()); in testHandlePreferenceClick()
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()
DAppBubbleListPreferenceControllerTest.java171 verify(mBackend).updateChannel(anyString(), anyInt(), any(NotificationChannel.class)); in clickConversationPref_updatesChannel()
DBubblePreferenceControllerTest.java386 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()
DAllowSoundPreferenceControllerTest.java257 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DSoundPreferenceControllerTest.java218 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange()
DNotificationPreferenceControllerTest.java223 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testSaveImportance()
/packages/apps/Settings/src/com/android/settings/notification/app/
DAppChannelsBypassingDndPreferenceController.java98 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in displayPreference()
212 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in populateList()
DNotificationPreferenceController.java137 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in saveChannel()
DBundleListPreferenceController.java172 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in updateSingleChannelPrefs()
DChannelListPreferenceController.java394 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in updateSingleChannelPrefs()
/packages/apps/Settings/src/com/android/settings/spa/notification/
DAppNotificationRepository.kt117 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/
DAppBubbleListPreferenceController.java137 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, conversation.getNotificationChannel());
DNotificationBackend.java204 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage()
389 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend