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.java159 Set<String> newInputsWithChannels = new HashSet<>(); in markNewChannelsBrowsable() local
167 newInputsWithChannels.add(inputId); in markNewChannelsBrowsable()
175 if (!newInputsWithChannels.isEmpty()) { in markNewChannelsBrowsable()
177 if (newInputsWithChannels.contains(channel.getInputId())) { in markNewChannelsBrowsable()