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/
DDndPreferenceControllerTest.java177 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
195 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DVibrationPreferenceControllerTest.java205 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
223 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DLightsPreferenceControllerTest.java209 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on()
227 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DBadgePreferenceControllerTest.java255 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on_channel()
273 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off_channel()
DBlockPreferenceControllerTest.java360 verify(mBackend, times(2)).updateChannel(any(), anyInt(), any()); in testOnSwitchChanged_channel_default()
379 verify(mBackend, times(2)).updateChannel(any(), anyInt(), any()); in testOnSwitchChanged_channel_nonDefault()
DVisibilityPreferenceControllerTest.java341 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_noOverride()
360 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_override()
DBubblePreferenceControllerTest.java313 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on_channel()
332 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off_channel()
DAllowSoundPreferenceControllerTest.java232 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
DSoundPreferenceControllerTest.java210 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange()
DNotificationPreferenceControllerTest.java204 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testSaveImportance()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java150 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage()
245 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.java158 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage()
253 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend
DNotificationPreferenceController.java111 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in saveChannel()
DChannelListPreferenceController.java218 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in populateSingleChannelPrefs()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DNotificationChannelSlice.java200 mNotificationBackend.updateChannel(packageName, uid, channel); in onNotifyChange()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/
DNotificationChannelSlice.java204 mNotificationBackend.updateChannel(packageName, uid, channel); in onNotifyChange()