Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1957 Size thumbnailSize, CameraErrorCollector collector) { in setJpegKeys() argument
1966 collector.expectEquals("JPEG thumbnail size request set and get should match", in setJpegKeys()
1968 collector.expectTrue("GPS locations request set and get should match.", in setJpegKeys()
1971 collector.expectEquals("JPEG orientation request set and get should match", in setJpegKeys()
1974 collector.expectEquals("JPEG quality request set and get should match", in setJpegKeys()
1976 collector.expectEquals("JPEG thumbnail quality request set and get should match", in setJpegKeys()
2023 CameraErrorCollector collector) throws Exception { in verifyJpegKeys() argument
2034 collector.expectTrue("Jpeg shouldn't have thumbnail when thumbnail size is (0, 0)", in verifyJpegKeys()
2037 collector.expectTrue("Jpeg must have thumbnail for thumbnail size " + in verifyJpegKeys()
2057 collector.expectEquals("JPEG thumbnail size result and request should match", in verifyJpegKeys()
[all …]
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DGlesStubActivity.java465 private static void collectEglExtensions(GlesStubActivity collector) { in collectEglExtensions() argument
479 collector.addEglExtensions(extensions.split(" ")); in collectEglExtensions()
/cts/tests/camera/utils/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/ ...