Searched refs:getSupportedFlashModes (Results 1 – 3 of 3) sorted by relevance
183 List<String> supportedFlashModes = parameters.getSupportedFlashModes(); in testGetSupportedFlashModesDefaultValue()190 assertThat(parameters.getSupportedFlashModes()).containsExactly("foo", "bar").inOrder(); in testSetSupportedFlashModes()192 assertThat(parameters.getSupportedFlashModes()).containsExactly("baz"); in testSetSupportedFlashModes()
122 flashMode = findSettableValue(parameters.getSupportedFlashModes(), in doSetTorch()126 flashMode = findSettableValue(parameters.getSupportedFlashModes(), in doSetTorch()
451 protected List<String> getSupportedFlashModes() { in getSupportedFlashModes() method in ShadowCamera.ShadowParameters