Searched refs:DEFAULT_CHANNEL_ID (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 348 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 …]
|
D | GlobalSortKeyComparatorTest.java | 146 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
|
D | RankingHelperTest.java | 201 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getLowChannel() 206 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
|
D | NotificationComparatorTest.java | 292 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
|
D | NotificationRecordTest.java | 96 new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "test",
|
D | NotificationManagerServiceTest.java | 2829 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/ |
D | ChannelEditorDialogController.kt | 22 import android.app.NotificationChannel.DEFAULT_CHANNEL_ID in <lambda>() 138 if (providedChannels.size == 1 && DEFAULT_CHANNEL_ID == providedChannels[0].id) { in <lambda>()
|
D | NotificationInfo.java | 317 NotificationChannel.DEFAULT_CHANNEL_ID) in bindNotification()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | PreferencesHelper.java | 351 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 …]
|
D | NotificationRecord.java | 220 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) { in isPreChannelsNotification()
|
D | NotificationManagerService.java | 2792 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/ |
D | ChannelEditorDialogControllerTest.kt | 71 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup()
|
D | NotificationInfoTest.java | 162 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
|
/frameworks/base/core/java/android/app/ |
D | NotificationChannel.java | 57 public static final String DEFAULT_CHANNEL_ID = "miscellaneous"; field in NotificationChannel
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 5789 field public static final String DEFAULT_CHANNEL_ID = "miscellaneous";
|
/frameworks/base/api/ |
D | current.txt | 5789 field public static final String DEFAULT_CHANNEL_ID = "miscellaneous";
|