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.java450 NotificationChannel channel1 = in testChannelXml() local
516 NotificationChannel channel1 = in testChannelXmlForBackup() local
705 NotificationChannel channel1 = in testChannelXml_backup() local
1331 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testUpdateChannelsBypassingDnd_onUserSwitch_onUserUnlocked() local
1368 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetChannelsBypassingDndCount_oneChannelBypassing_groupBlocked() local
1388 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetChannelsBypassingDndCount_multipleChannelsBypassing() local
1446 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetAppsBypassingDndCount_oneChannelBypassing_groupBlocked() local
1464 NotificationChannel channel1 = new NotificationChannel("id1", "name1", in testGetAppsBypassingDndCount_oneAppBypassing() local
1671 NotificationChannel channel1 = in testPermanentlyDeleteChannels() local
1770 NotificationChannel channel1 = in testOnPackageChanged_packageRemoval() local
[all …]
DNotificationManagerServiceTest.java1010 final NotificationChannel channel1 = in testCreateNotificationChannels_TwoChannels() local
1084 final NotificationChannel channel1 = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local
7537 NotificationChannel channel1 = new NotificationChannel("a", "a", 1); in testGetConversationsForPackage_hasShortcut() local
7578 NotificationChannel channel1 = new NotificationChannel("a", "a", 1); in testGetConversationsForPackage_shortcut_notLongLived() local
7609 NotificationChannel channel1 = new NotificationChannel("a", "a", 1); in testGetConversationsForPackage_doesNotHaveShortcut() 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