Searched refs:DEFAULT_CHANNEL_ID (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | PreferencesHelperTest.java | 345 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml() 413 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXmlForBackup() 586 NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_backup() 606 UserHandle.USER_ALL, NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelLegacyApp_noUserSettings() 611 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelLegacyApp_noUserSettings() 622 NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_defaultChannelUpdatedApp_userSettings() 627 UserHandle.USER_ALL, NotificationChannel.DEFAULT_CHANNEL_ID); in testChannelXml_defaultChannelUpdatedApp_userSettings() 632 … PKG_N_MR1, UID_N_MR1, NotificationChannel.DEFAULT_CHANNEL_ID, false).getImportance()); in testChannelXml_defaultChannelUpdatedApp_userSettings() 652 …Helper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, NotificationChannel.DEFAULT_CHANNEL_ID, false); in testChannelXml_upgradeCreateDefaultChannel() 663 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 | 277 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
|
D | NotificationRecordTest.java | 94 new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "test",
|
D | NotificationManagerServiceTest.java | 2765 NotificationChannel.DEFAULT_CHANNEL_ID) in testBumpFGImportance_noChannelChangePreOApp() 2797 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>() 137 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 | 339 if (!r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in deleteDefaultChannelIfNeededLocked() 350 r.channels.remove(NotificationChannel.DEFAULT_CHANNEL_ID); in deleteDefaultChannelIfNeededLocked() 357 if (r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in createDefaultChannelIfNeededLocked() 358 r.channels.get(NotificationChannel.DEFAULT_CHANNEL_ID).setName(mContext.getString( in createDefaultChannelIfNeededLocked() 371 NotificationChannel.DEFAULT_CHANNEL_ID, in createDefaultChannelIfNeededLocked() 633 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channel.getId())) { in createNotificationChannel() 810 channelId = NotificationChannel.DEFAULT_CHANNEL_ID; in getNotificationChannel() 866 if (!NotificationChannel.DEFAULT_CHANNEL_ID.equals(key)) { in permanentlyDeleteNotificationChannels() 1114 && r.channels.containsKey(NotificationChannel.DEFAULT_CHANNEL_ID)) { in onlyHasDefaultChannel() 1709 NotificationChannel.DEFAULT_CHANNEL_ID)) { in onLocaleChanged() [all …]
|
D | NotificationRecord.java | 223 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) { in isPreChannelsNotification()
|
D | NotificationManagerService.java | 2717 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) { 4747 || NotificationChannel.DEFAULT_CHANNEL_ID.equals(channelId)) { 4761 && !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 | 59 public static final String DEFAULT_CHANNEL_ID = "miscellaneous"; field in NotificationChannel
|
/frameworks/base/api/ |
D | current.txt | 5786 field public static final String DEFAULT_CHANNEL_ID = "miscellaneous";
|