Searched refs:whiteBalance (Results 1 – 3 of 3) sorted by relevance
171 public final int whiteBalance; field in ExifInterfaceTest.ExpectedValue231 whiteBalance = typedArray.getInt(index++, 0); in ExpectedValue()397 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance); in compareWithExpectedValue()
1097 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in checkExtraExifTagsSucceeds() local1098 passedSoFar = expectNotNull("Exif TAG_WHITE_BALANCE is null!", logBuf, whiteBalance); in checkExtraExifTagsSucceeds()
3869 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in verifyJpegExifExtraTags() local3870 collector.expectNotNull("Exif TAG_WHITE_BALANCE shouldn't be null", whiteBalance); in verifyJpegExifExtraTags()