Home
last modified time | relevance | path

Searched refs:mSupportedWhiteBalance (Results 1 – 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java2343 public List<String> mSupportedFlash, mSupportedFocus, mSupportedWhiteBalance; field in CameraTest.SceneModeSettings
2352 mSupportedWhiteBalance = parameters.getSupportedWhiteBalance(); in SceneModeSettings()
2399 settings[i].mSupportedWhiteBalance, parameters.getSupportedWhiteBalance()); in testSceneModeByCamera()
2421 if (autoSceneMode.mSupportedWhiteBalance != null) { in testSceneModeByCamera()
2422 … assertTrue(settings[i].mSupportedWhiteBalance.contains(settings[i].mWhiteBalance)); in testSceneModeByCamera()
2423 for (String mode: settings[i].mSupportedWhiteBalance) { in testSceneModeByCamera()
2424 assertTrue(autoSceneMode.mSupportedWhiteBalance.contains(mode)); in testSceneModeByCamera()