/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/ |
D | DndPreferenceControllerTest.java | 177 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on() 195 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | VibrationPreferenceControllerTest.java | 205 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on() 223 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | LightsPreferenceControllerTest.java | 209 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_on() 227 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | BadgePreferenceControllerTest.java | 255 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()
|
D | BlockPreferenceControllerTest.java | 360 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()
|
D | VisibilityPreferenceControllerTest.java | 341 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_noOverride() 360 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_override()
|
D | BubblePreferenceControllerTest.java | 313 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()
|
D | AllowSoundPreferenceControllerTest.java | 232 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange_off()
|
D | SoundPreferenceControllerTest.java | 210 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testOnPreferenceChange()
|
D | NotificationPreferenceControllerTest.java | 204 verify(mBackend, times(1)).updateChannel(any(), anyInt(), any()); in testSaveImportance()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | NotificationBackend.java | 150 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage() 245 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend
|
D | NotificationPreferenceController.java | 109 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in saveChannel()
|
D | NotificationSettingsBase.java | 307 mBackend.updateChannel(mPkg, mUid, channel); in populateSingleChannelPrefs()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 158 updateChannel(pkg, uid, defaultChannel); in setNotificationsEnabledForPackage() 253 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend
|
D | NotificationPreferenceController.java | 111 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in saveChannel()
|
D | ChannelListPreferenceController.java | 218 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, channel); in populateSingleChannelPrefs()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | NotificationChannelSlice.java | 200 mNotificationBackend.updateChannel(packageName, uid, channel); in onNotifyChange()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/homepage/contextualcards/slices/ |
D | NotificationChannelSlice.java | 204 mNotificationBackend.updateChannel(packageName, uid, channel); in onNotifyChange()
|