Home
last modified time | relevance | path

Searched refs:TEST_CHANNEL (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt68 channel1 = NotificationChannel(TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup()
193 const val TEST_CHANNEL = "test_channel" constant
DNotificationInfoTest.java99 private static final String TEST_CHANNEL = "test_channel"; field in NotificationInfoTest
159 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
1476 TEST_CHANNEL, TEST_CHANNEL_NAME + i, IMPORTANCE_LOW); in createMultipleChannelSet()