Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java649 createMultipleChannelSet(MULTIPLE_CHANNEL_COUNT), in testOnClickListenerPassesNullChannelForBundle()
677 createMultipleChannelSet(MULTIPLE_CHANNEL_COUNT), in testBindNotification_ChannelNameInvisibleWhenBundleFromDifferentChannels()
700 createMultipleChannelSet(MULTIPLE_CHANNEL_COUNT), in testStopInvisibleIfBundleFromDifferentChannels()
880 createMultipleChannelSet(10) /* numUniqueChannelsInRow */, in testCloseControls_nonNullCheckSaveListenerDoesntDelayKeepShowing_BlockingHelper()
919 createMultipleChannelSet(10) /* numUniqueChannelsInRow */, in testCloseControls_nonNullCheckSaveListenerDoesntDelayDismiss_BlockingHelper()
947 createMultipleChannelSet(10) /* numUniqueChannelsInRow */, in testCloseControls_checkSaveListenerDelaysStopNotifications_BlockingHelper()
1467 private Set<NotificationChannel> createMultipleChannelSet(int howMany) { in createMultipleChannelSet() method in NotificationInfoTest