Home | History | Annotate | Download | only in cts

Lines Matching refs:remainingResultIndicesMap

561             HashMap<CaptureRequest, ArrayList<Integer>> remainingResultIndicesMap = new HashMap<>();
564 ArrayList<Integer> indices = remainingResultIndicesMap.get(request);
567 remainingResultIndicesMap.put(request, indices);
577 ArrayList<Integer> indices = remainingResultIndicesMap.get(request);
584 remainingResultIndicesMap.remove(request);
588 if (remainingResultIndicesMap.isEmpty()) {