Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java2099 collector.expectNotNull("Exif TAG_EXPOSURE_TIME shouldn't be null", exposureTime); in verifyJpegExifExtraTags()
2115 collector.expectNotNull("Exif TAG_APERTURE shouldn't be null", exifAperture); in verifyJpegExifExtraTags()
2134 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()
2141 collector.expectNotNull("Exif TAG_WHITE_BALANCE shouldn't be null", whiteBalance); in verifyJpegExifExtraTags()
2161 collector.expectNotNull("Exif TAG_DATETIME_DIGITIZED shouldn't be null", digitizedTime); in verifyJpegExifExtraTags()
2164 collector.expectNotNull("Exif TAG_DATETIME shouldn't be null", expectedDateTime); in verifyJpegExifExtraTags()
DCameraErrorCollector.java597 public void expectNotNull(String msg, Object obj) { in expectNotNull() method in CameraErrorCollector
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2StillCaptureTest.java540 mCollector.expectNotNull("AvailableHotPixelMapModes must not be null", in verifyRawCaptureResult()