Searched refs:mConversationChannel (Results 1 – 2 of 2) sorted by relevance
119 private NotificationChannel mConversationChannel; field in NotificationConversationInfoTest227 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 …]
64 private final ConversationChannel mConversationChannel = field in PeopleProviderTest