Home
last modified time | relevance | path

Searched refs:DEFAULT_CHANNEL_ID (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java345 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml()
413 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXmlForBackup()
586 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_backup()
606 UserHandle.USER_ALL, NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
611 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
622 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelUpdatedApp_userSettings()
627 UserHandle.USER_ALL, NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelUpdatedApp_userSettings()
632 … PKG_N_MR1, UID_N_MR1, NotificationChannel.DEFAULT_CHANNEL_ID, false).getImportance()); in testChannelXml_defaultChannelUpdatedApp_userSettings()
652 …Helper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_upgradeCreateDefaultChannel()
663 NotificationChannel.DEFAULT_CHANNEL_ID, false)); in testChannelXml_upgradeCreateDefaultChannel()
[all …]
DGlobalSortKeyComparatorTest.java146 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
DRankingHelperTest.java201 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getLowChannel()
206 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
DNotificationComparatorTest.java277 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
DNotificationRecordTest.java94 new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "test",
DNotificationManagerServiceTest.java2765 NotificationChannel.DEFAULT_CHANNEL_ID) in testBumpFGImportance_noChannelChangePreOApp()
2797 preOPkg, mContext.getUserId(), preOPkg, NotificationChannel.DEFAULT_CHANNEL_ID); in testBumpFGImportance_noChannelChangePreOApp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogController.kt22 import android.app.NotificationChannel.DEFAULT_CHANNEL_ID in <lambda>()
137 if (providedChannels.size == 1 && DEFAULT_CHANNEL_ID == providedChannels[0].id) { in <lambda>()
DNotificationInfo.java317 NotificationChannel.DEFAULT_CHANNEL_ID) in bindNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java339 if (!r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in deleteDefaultChannelIfNeededLocked()
350 r.channels.remove(NotificationChannel.DEFAULT_CHANNEL_ID); in deleteDefaultChannelIfNeededLocked()
357 if (r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in createDefaultChannelIfNeededLocked()
358 r.channels.get(NotificationChannel.DEFAULT_CHANNEL_ID).setName(mContext.getString( in createDefaultChannelIfNeededLocked()
371 NotificationChannel.DEFAULT_CHANNEL_ID, in createDefaultChannelIfNeededLocked()
633 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channel.getId())) { in createNotificationChannel()
810 channelId = NotificationChannel.DEFAULT_CHANNEL_ID; in getNotificationChannel()
866 if (!NotificationChannel.DEFAULT_CHANNEL_ID.equals(key)) { in permanentlyDeleteNotificationChannels()
1114 && r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in onlyHasDefaultChannel()
1709 NotificationChannel.DEFAULT_CHANNEL_ID)) { in onLocaleChanged()
[all …]
DNotificationRecord.java223 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) { in isPreChannelsNotification()
DNotificationManagerService.java2717 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
4747 || NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
4761 && !NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt71 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup()
DNotificationInfoTest.java162 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
/frameworks/base/core/java/android/app/
DNotificationChannel.java59 public static final String DEFAULT_CHANNEL_ID = "miscellaneous"; field in NotificationChannel
/frameworks/base/api/
Dcurrent.txt5786 field public static final String DEFAULT_CHANNEL_ID = "miscellaneous";