Home
last modified time | relevance | path

Searched defs:channel1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java530 NotificationChannel channel1 = in testChannelXml() local
598 NotificationChannel channel1 = in testChannelXmlForBackup() local
1074 NotificationChannel channel1 = in testChannelXmlForNonBackup_postMigration() local
1160 NotificationChannel channel1 = in testChannelXmlForBackup_postMigration() local
1248 NotificationChannel channel1 = in testChannelXmlForBackup_postMigration_noExternal() local
1596 NotificationChannel channel1 = in testChannelXml_backup() local
2317 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() local
2340 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetChannelsBypassingDndCount_multipleChannelsBypassing() local
2705 NotificationChannel channel1 = in testPermanentlyDeleteChannels() local
2845 NotificationChannel channel1 = in testOnPackageChanged_packageRemoval() local
[all …]
DNotificationManagerServiceTest.java1195 final NotificationChannel channel1 = in testCreateNotificationChannels_TwoChannels() local
1269 final NotificationChannel channel1 = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt55 private lateinit var channel1: NotificationChannel variable in com.android.systemui.statusbar.notification.row.ChannelEditorDialogControllerTest