Searched refs:hiddenPhysicalIds (Results 1 – 4 of 4) sorted by relevance
118 List<String> hiddenPhysicalIds = new ArrayList<>(); in setUp() local127 !hiddenPhysicalIds.contains(physicalId)) { in setUp()128 hiddenPhysicalIds.add(physicalId); in setUp()162 mAllCameraIds = new String[cameraIdsUnderTest.length + hiddenPhysicalIds.size()]; in setUp()164 for (int i = 0; i < hiddenPhysicalIds.size(); i++) { in setUp()165 mAllCameraIds[cameraIdsUnderTest.length + i] = hiddenPhysicalIds.get(i); in setUp()
144 List<String> hiddenPhysicalIds = new ArrayList<>(); in setUp() local154 !hiddenPhysicalIds.contains(physicalId)) { in setUp()155 hiddenPhysicalIds.add(physicalId); in setUp()164 mAllCameraIds = new String[cameraIdsUnderTest.length + hiddenPhysicalIds.size()]; in setUp()166 for (int i = 0; i < hiddenPhysicalIds.size(); i++) { in setUp()167 mAllCameraIds[cameraIdsUnderTest.length + i] = hiddenPhysicalIds.get(i); in setUp()
258 List<String> hiddenPhysicalIds = new ArrayList<>(); in before() local267 !hiddenPhysicalIds.contains(physicalId)) { in before()268 hiddenPhysicalIds.add(physicalId); in before()277 mAllCameraIds = new String[mCameraIdsUnderTest.length + hiddenPhysicalIds.size()]; in before()279 for (int i = 0; i < hiddenPhysicalIds.size(); i++) { in before()280 mAllCameraIds[mCameraIdsUnderTest.length + i] = hiddenPhysicalIds.get(i); in before()
143 List<String> hiddenPhysicalIds = new ArrayList<>(); in setUp() local153 !hiddenPhysicalIds.contains(physicalId)) { in setUp()154 hiddenPhysicalIds.add(physicalId); in setUp()