Searched refs:expectNotNull (Results 1 – 6 of 6) sorted by relevance
2529 collector.expectNotNull("Exif TAG_EXPOSURE_TIME shouldn't be null", exposureTime); in verifyJpegExifExtraTags()2545 collector.expectNotNull("Exif TAG_APERTURE shouldn't be null", exifAperture); in verifyJpegExifExtraTags()2590 collector.expectNotNull("Exif TAG_MAKE is null", make); in verifyJpegExifExtraTags()2594 collector.expectNotNull("Exif TAG_MODEL is nuill", model); in verifyJpegExifExtraTags()2603 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()2610 collector.expectNotNull("Exif TAG_WHITE_BALANCE shouldn't be null", whiteBalance); in verifyJpegExifExtraTags()2614 collector.expectNotNull("Exif TAG_DATETIME_DIGITIZED shouldn't be null", digitizedTime); in verifyJpegExifExtraTags()2617 collector.expectNotNull("Exif TAG_DATETIME shouldn't be null", expectedDateTime); in verifyJpegExifExtraTags()2651 collector.expectNotNull("Exif TAG_GPS_DATESTAMP shouldn't be null", gpsDatestamp); in verifyJpegExifExtraTags()2653 collector.expectNotNull("Exif TAG_GPS_TIMESTAMP shouldn't be null", gpsTimestamp); in verifyJpegExifExtraTags()
1040 passedSoFar = expectNotNull("Exif TAG_EXPOSURE_TIME is null!", logBuf, exposureTime); in checkExtraExifTagsSucceeds()1051 passedSoFar = expectNotNull("Exif TAG_APERTURE is null!", logBuf, aperture); in checkExtraExifTagsSucceeds()1061 passedSoFar = expectNotNull("Exif TAG_FLASH is null!", logBuf, flash); in checkExtraExifTagsSucceeds()1066 passedSoFar = expectNotNull("Exif TAG_WHITE_BALANCE is null!", logBuf, whiteBalance); in checkExtraExifTagsSucceeds()1071 passedSoFar = expectNotNull("Exif TAG_MAKE is null!", logBuf, make); in checkExtraExifTagsSucceeds()1081 passedSoFar = expectNotNull("Exif TAG_MODEL is null!", logBuf, model); in checkExtraExifTagsSucceeds()1096 passedSoFar = expectNotNull("Exif TAG_DATETIME_DIGITIZED is null!", logBuf, digitizedTime); in checkExtraExifTagsSucceeds()1099 passedSoFar = expectNotNull("Exif TAG_DATETIME is null!", logBuf, datetime); in checkExtraExifTagsSucceeds()1142 private boolean expectNotNull(String msg, StringBuffer logBuffer, Object obj) in expectNotNull() method in CameraTest
385 mCollector.expectNotNull("Unable to find the fixed frame rate fps range for " + in testAbandonedHighSpeedRequest()678 mCollector.expectNotNull("Unable to find the fixed frame rate fps range for " + in slowMotionRecording()
1263 mCollector.expectNotNull("AvailableHotPixelMapModes must not be null", in verifyRawCaptureResult()
2143 mCollector.expectNotNull("Face rectangle shouldn't be null", face.getBounds());
583 public void expectNotNull(String msg, Object obj) { in expectNotNull() method in CameraErrorCollector