Home
last modified time | relevance | path

Searched refs:TEST_CHANNEL_NAME (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt75 channel1 = NotificationChannel(TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup()
78 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT) in setup()
263 const val TEST_CHANNEL_NAME = "Test Channel Name" constant
DPartialConversationInfoTest.java79 private static final String TEST_CHANNEL_NAME = "TEST CHANNEL NAME"; field in PartialConversationInfoTest
143 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
145 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
DNotificationInfoTest.java95 private static final String TEST_CHANNEL_NAME = "TEST CHANNEL NAME"; field in NotificationInfoTest
158 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
160 NotificationChannel.DEFAULT_CHANNEL_ID, TEST_CHANNEL_NAME, in setUp()
345 assertEquals(TEST_CHANNEL_NAME, textView.getText()); in testBindNotification_SetsTextChannelName()
DNotificationConversationInfoTest.java113 private static final String TEST_CHANNEL_NAME = "TEST CHANNEL NAME"; field in NotificationConversationInfoTest
202 TEST_CHANNEL, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
228 TEST_CHANNEL + " : " + CONVERSATION_ID, TEST_CHANNEL_NAME, IMPORTANCE_LOW); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DVisualInterruptionDecisionProviderTestBase.kt1273 NotificationChannel(TEST_CHANNEL_ID, TEST_CHANNEL_NAME, importance) in <lambda>()
1374 private const val TEST_CHANNEL_NAME = "Test Channel" constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java154 private static final String TEST_CHANNEL_NAME = "channel_name"; field in PeopleSpaceWidgetManagerTest
482 new NotificationChannel(TEST_CHANNEL_ID, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT); in testDoNotUpdateAppWidgetIfNonConversationChannelModified()
500 new NotificationChannel(TEST_CHANNEL_ID, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT); in testUpdateAppWidgetIfConversationChannelModified()
518 new NotificationChannel(TEST_CHANNEL_ID, TEST_CHANNEL_NAME, IMPORTANCE_DEFAULT); in testOnNotificationChannelModified_userLocked()