Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DSetupUtils.java156 Set<String> newInputsWithChannels = new HashSet<>(); in markNewChannelsBrowsable() local
165 newInputsWithChannels.add(inputId); in markNewChannelsBrowsable()
177 if (!newInputsWithChannels.isEmpty()) { in markNewChannelsBrowsable()
179 if (newInputsWithChannels.contains(channel.getInputId())) { in markNewChannelsBrowsable()