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()
417 String8 supportedWhiteBalance; in initialize() local420 if (addComma) supportedWhiteBalance += ","; in initialize()424 supportedWhiteBalance += in initialize()428 supportedWhiteBalance += in initialize()432 supportedWhiteBalance += in initialize()436 supportedWhiteBalance += in initialize()440 supportedWhiteBalance += in initialize()444 supportedWhiteBalance += in initialize()448 supportedWhiteBalance += in initialize()452 supportedWhiteBalance += in initialize()[all …]