Home
last modified time | relevance | path

Searched refs:updateChannel (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DChannelNotificationSettings.java192 mBackend.updateChannel(mPkg, mUid, mChannel); in setupBadge()
208 mBackend.updateChannel(mPkg, mUid, mChannel); in setupLights()
225 mBackend.updateChannel(mPkg, mUid, mChannel); in setupVibrate()
240 mBackend.updateChannel(mPkg, mUid, mChannel); in setupRingtone()
266 mBackend.updateChannel(mPkg, mUid, mChannel); in setupBlock()
DAppNotificationSettings.java243 mBackend.updateChannel(mPkg, mUid, channel); in populateSingleChannelPrefs()
268 mBackend.updateChannel(mPkg, mUid, mChannel); in setupBadge()
290 mBackend.updateChannel(mPkg, mUid, mChannel); in setupBlock()
DNotificationSettingsBase.java308 mBackend.updateChannel(mPkg, mUid, mChannel); in setupImportanceToggle()
326 mBackend.updateChannel(mPkg, mUid, mChannel); in setupPriorityPref()
379 mBackend.updateChannel(mPkg, mUid, mChannel); in setupVisOverridePref()
DChannelImportanceSettings.java144 mBackend.updateChannel(mAppRow.pkg, mAppRow.uid, mChannel); in onRadioButtonClicked()
DNotificationBackend.java161 public void updateChannel(String pkg, int uid, NotificationChannel channel) { in updateChannel() method in NotificationBackend