Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogController.kt22 import android.app.NotificationChannel.DEFAULT_CHANNEL_ID
150 if (paddedChannels.size == 1 && DEFAULT_CHANNEL_ID == paddedChannels[0].id) {
H A DNotificationInfo.java245 NotificationChannel.DEFAULT_CHANNEL_ID) in bindNotification()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGlobalSortKeyComparatorTest.java146 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
H A DPreferencesHelperTest.java559 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml()
634 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXmlForBackup()
1624 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_backup()
1649 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
1660 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelUpdatedApp_userSettings()
1702 NotificationChannel.DEFAULT_CHANNEL_ID, false)); in testChannelXml_upgradeCreateDefaultChannel()
1720 NotificationChannel.DEFAULT_CHANNEL_ID, false)); in testChannelXml_upgradeDeletesDefaultChannel()
1739 NotificationChannel.DEFAULT_CHANNEL_ID, false)); in testDeletesDefaultChannelAfterChannelIsCreated()
3508 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testOnLocaleChanged_updatesDefaultChannels()
3519 NotificationChannel.DEFAULT_CHANNEL_ID, false).getName()); in testOnLocaleChanged_updatesDefaultChannels()
[all …]
H A DRankingHelperTest.java204 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getLowChannel()
209 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
H A DNotificationComparatorTest.java415 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
H A DNotificationRecordTest.java108 new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "test",
H A DNotificationManagerServiceTest.java3167 NotificationChannel.DEFAULT_CHANNEL_ID); in testDefaultChannelUpdatesApp_postMigrationToPermissions()
5306 NotificationChannel.DEFAULT_CHANNEL_ID) in testBumpFGImportance_channelChangePreOApp()
5344 preOPkg, mContext.getUserId(), preOPkg, NotificationChannel.DEFAULT_CHANNEL_ID); in testBumpFGImportance_channelChangePreOApp()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java515 if (!r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in deleteDefaultChannelIfNeededLocked()
526 r.channels.remove(NotificationChannel.DEFAULT_CHANNEL_ID); in deleteDefaultChannelIfNeededLocked()
537 if (r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in createDefaultChannelIfNeededLocked()
538 r.channels.get(NotificationChannel.DEFAULT_CHANNEL_ID).setName(mContext.getString( in createDefaultChannelIfNeededLocked()
551 NotificationChannel.DEFAULT_CHANNEL_ID, in createDefaultChannelIfNeededLocked()
919 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channel.getId())) { in createNotificationChannel()
1256 channelId = NotificationChannel.DEFAULT_CHANNEL_ID; in getConversationNotificationChannel()
1367 if (!NotificationChannel.DEFAULT_CHANNEL_ID.equals(key)) { in permanentlyDeleteNotificationChannels()
1744 && r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in onlyHasDefaultChannel()
2566 NotificationChannel.DEFAULT_CHANNEL_ID)) { in onLocaleChanged()
[all …]
H A DNotificationRecord.java248 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) { in isPreChannelsNotification()
H A DNotificationManagerService.java4063 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
6843 && !NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogControllerTest.kt78 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT)
H A DPartialConversationInfoTest.java149 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
H A DNotificationInfoTest.java167 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationChannel.java66 public static final String DEFAULT_CHANNEL_ID = "miscellaneous"; field in NotificationChannel
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6764 field public static final String DEFAULT_CHANNEL_ID = "miscellaneous";