Searched refs:supportedWhiteBalance (Results 1 – 2 of 2) sorted by relevance
222 List<String> supportedWhiteBalance = params.getSupportedWhiteBalance(); in testFunctionalCameraWhiteBalance() local223 assertNotNull("No white balance modes supported", supportedWhiteBalance); in testFunctionalCameraWhiteBalance()225 for (int i = 0; i < supportedWhiteBalance.size(); i++) { in testFunctionalCameraWhiteBalance()232 Log.v(TAG, "Setting white balance to: " + supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()233 params.setWhiteBalance(supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()
418 String8 supportedWhiteBalance; in initialize() local421 if (addComma) supportedWhiteBalance += ","; in initialize()425 supportedWhiteBalance += in initialize()429 supportedWhiteBalance += in initialize()433 supportedWhiteBalance += in initialize()437 supportedWhiteBalance += in initialize()441 supportedWhiteBalance += in initialize()445 supportedWhiteBalance += in initialize()449 supportedWhiteBalance += in initialize()453 supportedWhiteBalance += in initialize()[all …]