Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java348 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml()
416 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXmlForBackup()
589 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_backup()
609 UserHandle.USER_ALL, NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
614 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelLegacyApp_noUserSettings()
625 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelUpdatedApp_userSettings()
630 UserHandle.USER_ALL, NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelUpdatedApp_userSettings()
635 … PKG_N_MR1, UID_N_MR1, NotificationChannel.DEFAULT_CHANNEL_ID, false).getImportance()); in testChannelXml_defaultChannelUpdatedApp_userSettings()
655 …Helper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_upgradeCreateDefaultChannel()
666 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.java292 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
DNotificationRecordTest.java96 new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "test",
DNotificationManagerServiceTest.java2829 NotificationChannel.DEFAULT_CHANNEL_ID) in testBumpFGImportance_noChannelChangePreOApp()
2861 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>()
138 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.java351 if (!r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in deleteDefaultChannelIfNeededLocked()
362 r.channels.remove(NotificationChannel.DEFAULT_CHANNEL_ID); in deleteDefaultChannelIfNeededLocked()
369 if (r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in createDefaultChannelIfNeededLocked()
370 r.channels.get(NotificationChannel.DEFAULT_CHANNEL_ID).setName(mContext.getString( in createDefaultChannelIfNeededLocked()
383 NotificationChannel.DEFAULT_CHANNEL_ID, in createDefaultChannelIfNeededLocked()
645 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channel.getId())) { in createNotificationChannel()
826 channelId = NotificationChannel.DEFAULT_CHANNEL_ID; in getNotificationChannel()
882 if (!NotificationChannel.DEFAULT_CHANNEL_ID.equals(key)) { in permanentlyDeleteNotificationChannels()
1130 && r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in onlyHasDefaultChannel()
1725 NotificationChannel.DEFAULT_CHANNEL_ID)) { in onLocaleChanged()
[all …]
DNotificationRecord.java220 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) { in isPreChannelsNotification()
DNotificationManagerService.java2792 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
4866 || NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) {
4880 && !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.java57 public static final String DEFAULT_CHANNEL_ID = "miscellaneous"; field in NotificationChannel
/frameworks/base/non-updatable-api/
Dcurrent.txt5789 field public static final String DEFAULT_CHANNEL_ID = "miscellaneous";
/frameworks/base/api/
Dcurrent.txt5789 field public static final String DEFAULT_CHANNEL_ID = "miscellaneous";