Searched refs:whiteBalance (Results 1 – 3 of 3) sorted by relevance
130 public final int whiteBalance; field in ExifInterfaceTest.ExpectedValue176 whiteBalance = typedArray.getInt(index++, 0); in ExpectedValue()301 assertIntTag(exifInterface, ExifInterface.TAG_WHITE_BALANCE, expectedValue.whiteBalance); in compareWithExpectedValue()
2356 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in verifyJpegExifExtraTags() local2357 collector.expectNotNull("Exif TAG_WHITE_BALANCE shouldn't be null", whiteBalance); in verifyJpegExifExtraTags()
1027 String whiteBalance = exif.getAttribute(ExifInterface.TAG_WHITE_BALANCE); in checkExtraExifTagsSucceeds() local1028 passedSoFar = expectNotNull("Exif TAG_WHITE_BALANCE is null!", logBuf, whiteBalance); in checkExtraExifTagsSucceeds()