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/ |
D | ChannelEditorDialogControllerTest.kt | 75 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
|
D | PartialConversationInfoTest.java | 79 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()
|
D | NotificationInfoTest.java | 95 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()
|
D | NotificationConversationInfoTest.java | 113 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/ |
D | VisualInterruptionDecisionProviderTestBase.kt | 1273 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/ |
D | PeopleSpaceWidgetManagerTest.java | 154 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()
|