Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java452 NotificationChannel channel2 = in testChannelXml() local
518 NotificationChannel channel2 = createNotificationChannel("id2", "name2", IMPORTANCE_LOW); in testChannelXmlForBackup() local
707 NotificationChannel channel2 = in testChannelXml_backup() local
909 final NotificationChannel channel2 = in testUpdate() local
1262 NotificationChannel channel2 = in testGetDeletedChannels() local
1264 channelMap.put(channel2.getId(), channel2); in testGetDeletedChannels() local
1294 NotificationChannel channel2 = in testGetDeletedChannelCount() local
1313 NotificationChannel channel2 = in testGetBlockedChannelCount() local
1390 NotificationChannel channel2 = new NotificationChannel("id2", "name2", in testGetChannelsBypassingDndCount_multipleChannelsBypassing() local
1466 NotificationChannel channel2 = new NotificationChannel("id2", "name2", in testGetAppsBypassingDndCount_oneAppBypassing() local
[all …]
DNotificationManagerServiceTest.java1012 final NotificationChannel channel2 = in testCreateNotificationChannels_TwoChannels() local
1086 final NotificationChannel channel2 = in testCreateNotificationChannels_IdenticalChannelsInListIgnoresSecond() local
2361 NotificationChannel channel2 = new NotificationChannel("a", "b", IMPORTANCE_LOW); in testCreateChannelNotifyListener() local
7543 NotificationChannel channel2 = new NotificationChannel("b", "b", 1); in testGetConversationsForPackage_hasShortcut() local
7584 NotificationChannel channel2 = new NotificationChannel("b", "b", 1); in testGetConversationsForPackage_shortcut_notLongLived() local
7615 NotificationChannel channel2 = new NotificationChannel("b", "b", 1); in testGetConversationsForPackage_doesNotHaveShortcut() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt56 private lateinit var channel2: NotificationChannel variable in com.android.systemui.statusbar.notification.row.ChannelEditorDialogControllerTest