/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ChannelEditorDialogController.kt | 22 import android.app.NotificationChannel.DEFAULT_CHANNEL_ID 150 if (paddedChannels.size == 1 && DEFAULT_CHANNEL_ID == paddedChannels[0].id) {
|
H A D | NotificationInfo.java | 245 NotificationChannel.DEFAULT_CHANNEL_ID) in bindNotification()
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | GlobalSortKeyComparatorTest.java | 146 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
|
H A D | PreferencesHelperTest.java | 559 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 D | RankingHelperTest.java | 204 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getLowChannel() 209 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
|
H A D | NotificationComparatorTest.java | 415 return new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "name", in getDefaultChannel()
|
H A D | NotificationRecordTest.java | 108 new NotificationChannel(NotificationChannel.DEFAULT_CHANNEL_ID, "test",
|
H A D | NotificationManagerServiceTest.java | 3167 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 D | PreferencesHelper.java | 515 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 D | NotificationRecord.java | 248 if (NotificationChannel.DEFAULT_CHANNEL_ID.equals(getChannel().getId())) { in isPreChannelsNotification()
|
H A D | NotificationManagerService.java | 4063 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 D | ChannelEditorDialogControllerTest.kt | 78 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT)
|
H A D | PartialConversationInfoTest.java | 149 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
|
H A D | NotificationInfoTest.java | 167 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationChannel.java | 66 public static final String DEFAULT_CHANNEL_ID = "miscellaneous"; field in NotificationChannel
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6764 field public static final String DEFAULT_CHANNEL_ID = "miscellaneous";
|