Searched refs:removedInputList (Results 1 – 1 of 1) sorted by relevance
323 Set<String> removedInputList = new HashSet<>(mRecognizedInputs); in onInputListUpdated() local325 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()