Home
last modified time | relevance | path

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

/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java189 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
318 channel2.getId(), NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml()
382 channel2.getId(), channel3.getId(), NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXmlForBackup()
444 channel2.getId(), channel3.getId(), NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_backup()
463 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
468 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
478 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelUpdatedApp_userSettings()
483 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelUpdatedApp_userSettings()
488 PKG, UID, NotificationChannel.DEFAULT_CHANNEL_ID, false).getImportance()); in testChannelXml_defaultChannelUpdatedApp_userSettings()
508 mHelper.getNotificationChannel(PKG, UID, NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_upgradeCreateDefaultChannel()
[all …]
DGlobalSortKeyComparatorTest.java146 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
DNotificationComparatorTest.java245 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
DNotificationRecordTest.java86 new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "test",
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java300 if (!r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in deleteDefaultChannelIfNeeded()
311 r.channels.remove(NotificationChannel.DEFAULT_CHANNEL_ID); in deleteDefaultChannelIfNeeded()
315 if (r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in createDefaultChannelIfNeeded()
316 r.channels.get(NotificationChannel.DEFAULT_CHANNEL_ID).setName( in createDefaultChannelIfNeeded()
329 NotificationChannel.DEFAULT_CHANNEL_ID, in createDefaultChannelIfNeeded()
551 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channel.getId())) { in createNotificationChannel()
617 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(updatedChannel.getId())) { in updateNotificationChannel()
643 channelId = NotificationChannel.DEFAULT_CHANNEL_ID; in getNotificationChannel()
691 if (!NotificationChannel.DEFAULT_CHANNEL_ID.equals(key)) { in permanentlyDeleteNotificationChannels()
800 && r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in onlyHasDefaultChannel()
DNotificationRecord.java157 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) { in isPreChannelsNotification()
DNotificationManagerService.java1704 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java149 .equals(NotificationChannel.DEFAULT_CHANNEL_ID) && in bindNotification()
/frameworks/base/core/java/android/app/
DNotificationChannel.java47 public static final String DEFAULT_CHANNEL_ID = "miscellaneous"; field in NotificationChannel
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java122 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
/frameworks/base/api/
Dcurrent.txt5560 field public static final java.lang.String DEFAULT_CHANNEL_ID = "miscellaneous";
Dsystem-current.txt5765 field public static final java.lang.String DEFAULT_CHANNEL_ID = "miscellaneous";