Searched refs:supportedWhiteBalance (Results 1 – 2 of 2) sorted by relevance
221 List<String> supportedWhiteBalance = params.getSupportedWhiteBalance(); in testFunctionalCameraWhiteBalance() local222 assertNotNull("No white balance modes supported", supportedWhiteBalance); in testFunctionalCameraWhiteBalance()224 for (int i = 0; i < supportedWhiteBalance.size(); i++) { in testFunctionalCameraWhiteBalance()231 Log.v(TAG, "Setting white balance to: " + supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()232 params.setWhiteBalance(supportedWhiteBalance.get(i)); in testFunctionalCameraWhiteBalance()
395 String8 supportedWhiteBalance; in initialize() local398 if (addComma) supportedWhiteBalance += ","; in initialize()402 supportedWhiteBalance += in initialize()406 supportedWhiteBalance += in initialize()410 supportedWhiteBalance += in initialize()414 supportedWhiteBalance += in initialize()418 supportedWhiteBalance += in initialize()422 supportedWhiteBalance += in initialize()426 supportedWhiteBalance += in initialize()430 supportedWhiteBalance += in initialize()[all …]