Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2219 collector.expectNotNull("Exif TAG_EXPOSURE_TIME shouldn't be null", exposureTime); in verifyJpegExifExtraTags()
2235 collector.expectNotNull("Exif TAG_APERTURE shouldn't be null", exifAperture); in verifyJpegExifExtraTags()
2255 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()
2262 collector.expectNotNull("Exif TAG_WHITE_BALANCE shouldn't be null", whiteBalance); in verifyJpegExifExtraTags()
2290 collector.expectNotNull("Exif TAG_DATETIME_DIGITIZED shouldn't be null", digitizedTime); in verifyJpegExifExtraTags()
2293 collector.expectNotNull("Exif TAG_DATETIME shouldn't be null", expectedDateTime); in verifyJpegExifExtraTags()
2327 collector.expectNotNull("Exif TAG_GPS_DATESTAMP shouldn't be null", gpsDatestamp); in verifyJpegExifExtraTags()
2329 collector.expectNotNull("Exif TAG_GPS_TIMESTAMP shouldn't be null", gpsTimestamp); in verifyJpegExifExtraTags()
/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java941 passedSoFar = expectNotNull("Exif TAG_EXPOSURE_TIME is null!", logBuf, exposureTime); in checkExtraExifTagsSucceeds()
952 passedSoFar = expectNotNull("Exif TAG_APERTURE is null!", logBuf, aperture); in checkExtraExifTagsSucceeds()
962 passedSoFar = expectNotNull("Exif TAG_FLASH is null!", logBuf, flash); in checkExtraExifTagsSucceeds()
967 passedSoFar = expectNotNull("Exif TAG_WHITE_BALANCE is null!", logBuf, whiteBalance); in checkExtraExifTagsSucceeds()
972 passedSoFar = expectNotNull("Exif TAG_MAKE is null!", logBuf, make); in checkExtraExifTagsSucceeds()
982 passedSoFar = expectNotNull("Exif TAG_MODEL is null!", logBuf, model); in checkExtraExifTagsSucceeds()
997 passedSoFar = expectNotNull("Exif TAG_DATETIME_DIGITIZED is null!", logBuf, digitizedTime); in checkExtraExifTagsSucceeds()
1000 passedSoFar = expectNotNull("Exif TAG_DATETIME is null!", logBuf, datetime); in checkExtraExifTagsSucceeds()
1043 private boolean expectNotNull(String msg, StringBuffer logBuffer, Object obj) in expectNotNull() method in CameraTest
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java585 public void expectNotNull(String msg, Object obj) { in expectNotNull() method in CameraErrorCollector
/cts/tests/camera/src/android/hardware/camera2/cts/
DStillCaptureTest.java1036 mCollector.expectNotNull("AvailableHotPixelMapModes must not be null", in verifyRawCaptureResult()
DRecordingTest.java469 mCollector.expectNotNull("Unable to find the fixed frame rate fps range for " + in slowMotionRecording()
DCaptureRequestTest.java1782 mCollector.expectNotNull("Face rectangle shouldn't be null", face.getBounds());