Searched refs:UNIT_TEST_CHANNEL_COUNT (Results 1 – 5 of 5) sorted by relevance
88 .that(Constants.UNIT_TEST_CHANNEL_COUNT > 2) in setUp()174 .isEqualTo(Constants.UNIT_TEST_CHANNEL_COUNT); in testGetChannels()178 for (int i = 1; i <= Constants.UNIT_TEST_CHANNEL_COUNT; i++) { in testGetChannels()245 assertThat(browsableChannelList).hasSize(Constants.UNIT_TEST_CHANNEL_COUNT - 1); in testBrowsable()281 assertThat(browsableChannelList).hasSize(Constants.UNIT_TEST_CHANNEL_COUNT - 1); in testBrowsable_skipNotification()324 long testChannelId = Constants.UNIT_TEST_CHANNEL_COUNT + 1; in testChannelListChanged()326 testChannelId = Constants.UNIT_TEST_CHANNEL_COUNT + 1; in testChannelListChanged()331 .isEqualTo(Constants.UNIT_TEST_CHANNEL_COUNT + 1); in testChannelListChanged()353 .isEqualTo(Constants.UNIT_TEST_CHANNEL_COUNT + 1); in testChannelListChanged()371 .isEqualTo(Constants.UNIT_TEST_CHANNEL_COUNT); in testChannelListChanged()[all …]
119 for (long channelId = 1; channelId < Constants.UNIT_TEST_CHANNEL_COUNT; channelId++) { in testProgramUtils()145 for (long channelId = 1; channelId <= Constants.UNIT_TEST_CHANNEL_COUNT; channelId++) { in testGetPrograms()
23 public static final int UNIT_TEST_CHANNEL_COUNT = 4; field in Constants
106 getArgumentAsInt(CHANNEL_COUNT_ARG, Constants.UNIT_TEST_CHANNEL_COUNT); in setup()
75 .registerChannels(Constants.UNIT_TEST_CHANNEL_COUNT); in onCreateDialog()