Searched refs:removeInputs (Results 1 – 1 of 1) sorted by relevance
220 List<PipInput> removeInputs = new ArrayList<>(); in getPipInputList() local229 removeInputs.add(mPipInputMap.get(info.getParentId())); in getPipInputList()233 if (!removeInputs.isEmpty()) { in getPipInputList()234 pipInputs.removeAll(removeInputs); in getPipInputList()