Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java239 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
390 channel2.getId(), NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml()
455 channel2.getId(), channel3.getId(), NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXmlForBackup()
620 channel2.getId(), channel3.getId(), NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_backup()
639 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
644 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
654 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelUpdatedApp_userSettings()
659 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelUpdatedApp_userSettings()
664 PKG, UID, NotificationChannel.DEFAULT_CHANNEL_ID, false).getImportance()); in testChannelXml_defaultChannelUpdatedApp_userSettings()
684 mHelper.getNotificationChannel(PKG, UID, NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_upgradeCreateDefaultChannel()
[all …]
DGlobalSortKeyComparatorTest.java148 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
DNotificationComparatorTest.java275 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
DNotificationRecordTest.java102 new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "test",
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java345 if (!r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in deleteDefaultChannelIfNeeded()
356 r.channels.remove(NotificationChannel.DEFAULT_CHANNEL_ID); in deleteDefaultChannelIfNeeded()
360 if (r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in createDefaultChannelIfNeeded()
361 r.channels.get(NotificationChannel.DEFAULT_CHANNEL_ID).setName( in createDefaultChannelIfNeeded()
374 NotificationChannel.DEFAULT_CHANNEL_ID, in createDefaultChannelIfNeeded()
615 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channel.getId())) { in createNotificationChannel()
714 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(updatedChannel.getId())) { in updateNotificationChannel()
744 channelId = NotificationChannel.DEFAULT_CHANNEL_ID; in getNotificationChannel()
794 if (!NotificationChannel.DEFAULT_CHANNEL_ID.equals(key)) { in permanentlyDeleteNotificationChannels()
926 && r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in onlyHasDefaultChannel()
[all …]
DNotificationRecord.java199 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) { in isPreChannelsNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInfo.java195 NotificationChannel.DEFAULT_CHANNEL_ID) in bindNotification()
/frameworks/base/core/java/android/app/
DNotificationChannel.java53 public static final String DEFAULT_CHANNEL_ID = "miscellaneous"; field in NotificationChannel
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationInfoTest.java149 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3849 Landroid/app/NotificationChannel;->DEFAULT_CHANNEL_ID:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt5653 field public static final java.lang.String DEFAULT_CHANNEL_ID = "miscellaneous";