Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java119 private NotificationChannel mConversationChannel; field in NotificationConversationInfoTest
227 mConversationChannel = new NotificationChannel( in setUp()
229 mConversationChannel.setConversationId(TEST_CHANNEL, CONVERSATION_ID); in setUp()
232 .thenReturn(mConversationChannel); in setUp()
318 mConversationChannel.setGroup(group.getId()); in testBindNotification_SetsTextGroupName()
445 assertEquals(mConversationChannel, c); in testBindNotification_SetsOnClickListenerForSettings()
515 mConversationChannel.setImportance(IMPORTANCE_LOW); in testBindNotification_silentSelected_isFave_isSilent()
516 mConversationChannel.setImportantConversation(true); in testBindNotification_silentSelected_isFave_isSilent()
543 mConversationChannel.setImportance(IMPORTANCE_HIGH); in testBindNotification_defaultSelected_notFave_notSilent()
544 mConversationChannel.setImportantConversation(false); in testBindNotification_defaultSelected_notFave_notSilent()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleProviderTest.java64 private final ConversationChannel mConversationChannel = field in PeopleProviderTest