Home
last modified time | relevance | path

Searched refs:channelArgs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/notification/
DAppNotificationSettings.java238 Bundle channelArgs = new Bundle(); in populateSingleChannelPrefs() local
239 channelArgs.putInt(AppInfoBase.ARG_PACKAGE_UID, mUid); in populateSingleChannelPrefs()
240 channelArgs.putString(AppInfoBase.ARG_PACKAGE_NAME, mPkg); in populateSingleChannelPrefs()
241 channelArgs.putString(Settings.EXTRA_CHANNEL_ID, channel.getId()); in populateSingleChannelPrefs()
244 channelArgs, null, R.string.notification_channel_title, null, false, in populateSingleChannelPrefs()
DChannelNotificationSettings.java288 Bundle channelArgs = new Bundle(); in setupImportance() local
289 channelArgs.putInt(AppInfoBase.ARG_PACKAGE_UID, mUid); in setupImportance()
290 channelArgs.putString(AppInfoBase.ARG_PACKAGE_NAME, mPkg); in setupImportance()
291 channelArgs.putString(Settings.EXTRA_CHANNEL_ID, mChannel.getId()); in setupImportance()
297 channelArgs, null, R.string.notification_importance_title, null, in setupImportance()