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.java335 Set<String> removedInputList = new HashSet<>(mRecognizedInputs); in onInputListUpdated() local
337 removedInputList.remove(input.getId()); in onInputListUpdated()
343 removedInputList.remove(mOptionalTunerInputId.get()); in onInputListUpdated()
346 if (!removedInputList.isEmpty()) { in onInputListUpdated()
348 for (String input : removedInputList) { in onInputListUpdated()