Searched refs:canBubble (Results 1 – 6 of 6) sorted by relevance
198 assertTrue(channel.canBubble()); in testImportanceLowToImportant()216 assertFalse(channel.canBubble()); in testImportanceLowToDefault()235 assertFalse(channel.canBubble()); in testImportanceDefaultToLow()254 assertTrue(channel.canBubble()); in testImportanceLowToDefault_bubblesMaintained()274 assertFalse(channel.canBubble()); in testImportancePriorityToDefault()
266 when(channel.canBubble()).thenReturn(true); in updateState_channel()274 when(channel.canBubble()).thenReturn(false); in updateState_channel()338 assertTrue(channel.canBubble()); in onPreferenceChange_on_channel()359 assertFalse(channel.canBubble()); in onPreferenceChange_off_channel()
95 when(channel.canBubble()).thenReturn(bubbleChannelPref == 1); in getConvo()
106 switchpref.setChecked(mChannel.canBubble() && isGloballyEnabled()); in updateState()
111 return c.getNotificationChannel().canBubble(); in filterAndSortConversations()
759 canBubble(i), in generateRankingMap()868 private boolean canBubble(int index) { in canBubble() method in PreprocessingManagerTest