Searched refs:mSupportedFlash (Results 1 – 1 of 1) sorted by relevance
2342 public List<String> mSupportedFlash, mSupportedFocus, mSupportedWhiteBalance; field in CameraTest.SceneModeSettings2349 mSupportedFlash = parameters.getSupportedFlashModes(); in SceneModeSettings()2394 settings[i].mSupportedFlash, parameters.getSupportedFlashModes()); in testSceneModeByCamera()2408 if (autoSceneMode.mSupportedFlash != null) { in testSceneModeByCamera()2409 assertTrue(settings[i].mSupportedFlash.contains(settings[i].mFlash)); in testSceneModeByCamera()2410 for (String mode: settings[i].mSupportedFlash) { in testSceneModeByCamera()2411 assertTrue(autoSceneMode.mSupportedFlash.contains(mode)); in testSceneModeByCamera()