Searched refs:expectNotNull (Results 1 – 11 of 11) sorted by relevance
96 mCollector.expectNotNull(CameraCharacteristics.INFO_SESSION_CONFIGURATION_QUERY_VERSION in testCameraDeviceSetupSupport()251 mCollector.expectNotNull("Session Characteristics keys must not be null", in testSessionCharacteristics()257 mCollector.expectNotNull(key.toString() in testSessionCharacteristics()
2061 mCollector.expectNotNull("Dynamic range profile must always be present in case " + in test10BitOutputCharacteristics()2226 mCollector.expectNotNull("Color space profiles must always be present if the " in testColorSpaceProfileMap()2233 mCollector.expectNotNull("profileMap.keySet() is null!", colorSpaces); in testColorSpaceProfileMap()2237 mCollector.expectNotNull("profileMap.get(" + colorSpace + ").keySet() is null!", in testColorSpaceProfileMap()2243 mCollector.expectNotNull("profileMap.get(" + colorSpace + ").get(" in testColorSpaceProfileMap()2278 mCollector.expectNotNull("Color space profiles must always be present if the " in test8BitColorSpaceOutputCharacteristics()2371 mCollector.expectNotNull("Color space profiles must always be present if the " in test10BitColorSpaceOutputCharacteristics()2429 mCollector.expectNotNull("Dynamic range profile must always be present in case " in test10BitColorSpaceOutputCharacteristics()
524 mCollector.expectNotNull( in validateImage()
614 mCollector.expectNotNull("getAvailableSessionCharacteristicsKeys must not be null", in testSessionCharacteristicsKeys()
351 mCollector.expectNotNull("Result is null for combination " in verifyCombinationStreaming()
741 mCollector.expectNotNull("Unable to find the fixed frame rate fps range for " + in testAbandonedHighSpeedRequest()1164 mCollector.expectNotNull("Unable to find the fixed frame rate fps range for " + in slowMotionRecording()
1380 mCollector.expectNotNull("AvailableHotPixelMapModes must not be null", in verifyRawCaptureResult()
2385 mCollector.expectNotNull("Face rectangle shouldn't be null", face.getBounds());
1072 passedSoFar = expectNotNull("Exif TAG_EXPOSURE_TIME is null!", logBuf, exposureTime); in checkExtraExifTagsSucceeds()1083 passedSoFar = expectNotNull("Exif TAG_APERTURE is null!", logBuf, aperture); in checkExtraExifTagsSucceeds()1093 passedSoFar = expectNotNull("Exif TAG_FLASH is null!", logBuf, flash); in checkExtraExifTagsSucceeds()1098 passedSoFar = expectNotNull("Exif TAG_WHITE_BALANCE is null!", logBuf, whiteBalance); in checkExtraExifTagsSucceeds()1103 passedSoFar = expectNotNull("Exif TAG_MAKE is null!", logBuf, make); in checkExtraExifTagsSucceeds()1113 passedSoFar = expectNotNull("Exif TAG_MODEL is null!", logBuf, model); in checkExtraExifTagsSucceeds()1128 passedSoFar = expectNotNull("Exif TAG_DATETIME_DIGITIZED is null!", logBuf, digitizedTime); in checkExtraExifTagsSucceeds()1131 passedSoFar = expectNotNull("Exif TAG_DATETIME is null!", logBuf, datetime); in checkExtraExifTagsSucceeds()1174 private boolean expectNotNull(String msg, StringBuffer logBuffer, Object obj) in expectNotNull() method in CameraTest
3787 collector.expectNotNull("Exif TAG_EXPOSURE_TIME shouldn't be null", exposureTime); in verifyJpegExifExtraTags()3803 collector.expectNotNull("Exif TAG_APERTURE shouldn't be null", exifAperture); in verifyJpegExifExtraTags()3850 collector.expectNotNull("Exif TAG_MAKE is null", make); in verifyJpegExifExtraTags()3854 collector.expectNotNull("Exif TAG_MODEL is nuill", model); in verifyJpegExifExtraTags()3863 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()3870 collector.expectNotNull("Exif TAG_WHITE_BALANCE shouldn't be null", whiteBalance); in verifyJpegExifExtraTags()3874 collector.expectNotNull("Exif TAG_DATETIME_DIGITIZED shouldn't be null", digitizedTime); in verifyJpegExifExtraTags()3877 collector.expectNotNull("Exif TAG_DATETIME shouldn't be null", expectedDateTime); in verifyJpegExifExtraTags()3911 collector.expectNotNull("Exif TAG_GPS_DATESTAMP shouldn't be null", gpsDatestamp); in verifyJpegExifExtraTags()3913 collector.expectNotNull("Exif TAG_GPS_TIMESTAMP shouldn't be null", gpsTimestamp); in verifyJpegExifExtraTags()
650 public void expectNotNull(String msg, Object obj) { in expectNotNull() method in CameraErrorCollector