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.java2334 public List<String> mSupportedFlash, mSupportedFocus, mSupportedWhiteBalance; field in CameraTest.SceneModeSettings
2341 mSupportedFlash = parameters.getSupportedFlashModes(); in SceneModeSettings()
2386 settings[i].mSupportedFlash, parameters.getSupportedFlashModes()); in testSceneModeByCamera()
2400 if (autoSceneMode.mSupportedFlash != null) { in testSceneModeByCamera()
2401 assertTrue(settings[i].mSupportedFlash.contains(settings[i].mFlash)); in testSceneModeByCamera()
2402 for (String mode: settings[i].mSupportedFlash) { in testSceneModeByCamera()
2403 assertTrue(autoSceneMode.mSupportedFlash.contains(mode)); in testSceneModeByCamera()