Home
last modified time | relevance | path

Searched refs:collector (Results 1 – 3 of 3) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraTestUtils.java1812 Size thumbnailSize, CameraErrorCollector collector) { in setJpegKeys() argument
1821 collector.expectEquals("JPEG thumbnail size request set and get should match", in setJpegKeys()
1823 collector.expectTrue("GPS locations request set and get should match.", in setJpegKeys()
1826 collector.expectEquals("JPEG orientation request set and get should match", in setJpegKeys()
1829 collector.expectEquals("JPEG quality request set and get should match", in setJpegKeys()
1831 collector.expectEquals("JPEG thumbnail quality request set and get should match", in setJpegKeys()
1878 CameraErrorCollector collector) throws Exception { in verifyJpegKeys() argument
1889 collector.expectTrue("Jpeg shouldn't have thumbnail when thumbnail size is (0, 0)", in verifyJpegKeys()
1892 collector.expectTrue("Jpeg must have thumbnail for thumbnail size " + in verifyJpegKeys()
1912 collector.expectEquals("JPEG thumbnail size result and request should match", in verifyJpegKeys()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/helpers/
DStaticMetadata.java151 public StaticMetadata(CameraCharacteristics characteristics, CameraErrorCollector collector) { in StaticMetadata() argument
152 this(characteristics, CheckLevel.COLLECT, collector); in StaticMetadata()
170 CameraErrorCollector collector) { in StaticMetadata() argument
174 if (level == CheckLevel.COLLECT && collector == null) { in StaticMetadata()
180 mCollector = collector; in StaticMetadata()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...