Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java411 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml()
482 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXmlForBackup()
661 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_backup()
681 UserHandle.USER_ALL, NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
686 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
697 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelUpdatedApp_userSettings()
702 UserHandle.USER_ALL, NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelUpdatedApp_userSettings()
707 … PKG_N_MR1, UID_N_MR1, NotificationChannel.DEFAULT_CHANNEL_ID, false).getImportance()); in testChannelXml_defaultChannelUpdatedApp_userSettings()
727 …Helper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_upgradeCreateDefaultChannel()
738 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.java306 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name",
DNotificationRecordTest.java101 new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "test",
DNotificationManagerServiceTest.java3461 NotificationChannel.DEFAULT_CHANNEL_ID) in testBumpFGImportance_noChannelChangePreOApp()
3497 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>()
152 if (paddedChannels.size == 1 && DEFAULT_CHANNEL_ID == paddedChannels[0].id) { in <lambda>()
DNotificationInfo.java221 NotificationChannel.DEFAULT_CHANNEL_ID) in bindNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java431 if (!r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in deleteDefaultChannelIfNeededLocked()
442 r.channels.remove(NotificationChannel.DEFAULT_CHANNEL_ID); in deleteDefaultChannelIfNeededLocked()
453 if (r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in createDefaultChannelIfNeededLocked()
454 r.channels.get(NotificationChannel.DEFAULT_CHANNEL_ID).setName(mContext.getString( in createDefaultChannelIfNeededLocked()
467 NotificationChannel.DEFAULT_CHANNEL_ID, in createDefaultChannelIfNeededLocked()
806 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channel.getId())) { in createNotificationChannel()
1022 channelId = NotificationChannel.DEFAULT_CHANNEL_ID; in getConversationNotificationChannel()
1125 if (!NotificationChannel.DEFAULT_CHANNEL_ID.equals(key)) { in permanentlyDeleteNotificationChannels()
1484 && r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in onlyHasDefaultChannel()
2169 NotificationChannel.DEFAULT_CHANNEL_ID)) { in onLocaleChanged()
[all …]
DNotificationRecord.java229 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) { in isPreChannelsNotification()
DNotificationManagerService.java3388 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
5721 || NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
5735 && !NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt78 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup()
DPartialConversationInfoTest.java153 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
DNotificationInfoTest.java161 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/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt5970 field public static final String DEFAULT_CHANNEL_ID = "miscellaneous";