Home
last modified time | relevance | path

Searched refs:mSupportedFlash (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
2350 mSupportedFlash = parameters.getSupportedFlashModes(); in SceneModeSettings()
2395 settings[i].mSupportedFlash, parameters.getSupportedFlashModes()); in testSceneModeByCamera()
2409 if (autoSceneMode.mSupportedFlash != null) { in testSceneModeByCamera()
2410 assertTrue(settings[i].mSupportedFlash.contains(settings[i].mFlash)); in testSceneModeByCamera()
2411 for (String mode: settings[i].mSupportedFlash) { in testSceneModeByCamera()
2412 assertTrue(autoSceneMode.mSupportedFlash.contains(mode)); in testSceneModeByCamera()