Searched refs:mSupportedWhiteBalance (Results 1 – 1 of 1) sorted by relevance
2334 public List<String> mSupportedFlash, mSupportedFocus, mSupportedWhiteBalance; field in CameraTest.SceneModeSettings2343 mSupportedWhiteBalance = parameters.getSupportedWhiteBalance(); in SceneModeSettings()2390 settings[i].mSupportedWhiteBalance, parameters.getSupportedWhiteBalance()); in testSceneModeByCamera()2412 if (autoSceneMode.mSupportedWhiteBalance != null) { in testSceneModeByCamera()2413 … assertTrue(settings[i].mSupportedWhiteBalance.contains(settings[i].mWhiteBalance)); in testSceneModeByCamera()2414 for (String mode: settings[i].mSupportedWhiteBalance) { in testSceneModeByCamera()2415 assertTrue(autoSceneMode.mSupportedWhiteBalance.contains(mode)); in testSceneModeByCamera()