Searched refs:mSupportedWhiteBalance (Results 1 – 1 of 1) sorted by relevance
2342 public List<String> mSupportedFlash, mSupportedFocus, mSupportedWhiteBalance; field in CameraTest.SceneModeSettings2351 mSupportedWhiteBalance = parameters.getSupportedWhiteBalance(); in SceneModeSettings()2398 settings[i].mSupportedWhiteBalance, parameters.getSupportedWhiteBalance()); in testSceneModeByCamera()2420 if (autoSceneMode.mSupportedWhiteBalance != null) { in testSceneModeByCamera()2421 … assertTrue(settings[i].mSupportedWhiteBalance.contains(settings[i].mWhiteBalance)); in testSceneModeByCamera()2422 for (String mode: settings[i].mSupportedWhiteBalance) { in testSceneModeByCamera()2423 assertTrue(autoSceneMode.mSupportedWhiteBalance.contains(mode)); in testSceneModeByCamera()