Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java168 Set<String> newInputsWithChannels = new HashSet<>(); in markNewChannelsBrowsableIfEnabled() local
177 newInputsWithChannels.add(inputId); in markNewChannelsBrowsableIfEnabled()
189 if (!newInputsWithChannels.isEmpty()) { in markNewChannelsBrowsableIfEnabled()
191 if (newInputsWithChannels.contains(channel.getInputId())) { in markNewChannelsBrowsableIfEnabled()