Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java323 Set<String> removedInputList = new HashSet<>(mRecognizedInputs); in onInputListUpdated() local
325 removedInputList.remove(input.getId()); in onInputListUpdated()
331 removedInputList.remove(mOptionalTunerInputId.get()); in onInputListUpdated()
334 if (!removedInputList.isEmpty()) { in onInputListUpdated()
336 for (String input : removedInputList) { in onInputListUpdated()