Home | History | Annotate | Download | only in camera

Lines Matching refs:ON

11  * distributed under the License is distributed on an "AS IS" BASIS,
62 public enum Flash { ON, OFF, AUTO };
67 public enum Geotagging { ON, OFF };
125 fail("Failed to run the command on the looper.");
140 * Flash: On / Exposure: Min / WB: Fluorescent
141 * Scene: Auto / Pic: Large / Geo: on
145 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
146 PictureSize.LARGE, Geotagging.ON);
151 * Scene: Night / Pic: Small / Geo: on
156 PictureSize.SMALL, Geotagging.ON);
180 * Flash: On / Exposure: None / WB: Cloudy
181 * Scene: Auto / Pic: Small / Geo: on
185 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.CLOUDY, SceneMode.AUTO,
186 PictureSize.SMALL, Geotagging.ON);
191 * Scene: Action / Pic: Small / Geo: on
196 PictureSize.SMALL, Geotagging.ON);
200 * Flash: On / Exposure: Min / WB: Auto
205 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.AUTO, SceneMode.ACTION,
230 * Flash: On / Exposure: Max / WB: Daylight
231 * Scene: Sunset / Pic: Large / Geo: on
235 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
236 PictureSize.LARGE, Geotagging.ON);
251 * Scene: Party / Pic: Medium / Geo: on
256 PictureSize.MEDIUM, Geotagging.ON);
270 * Flash: On / Exposure: None / WB: Incandescent
271 * Scene: Auto / Pic: Medium / Geo: on
275 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.INCANDESCENT, SceneMode.AUTO,
276 PictureSize.MEDIUM, Geotagging.ON);
300 * Flash: On / Exposure: None / WB: Auto
305 genericPairwiseTestCase(Flash.ON, Exposure.NONE, WhiteBalance.AUTO, SceneMode.PARTY,
339 * Flash: On / Exposure: Max / WB: Auto
343 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.ACTION,
348 * Flash: On / Exposure: Max / WB: Auto
349 * Scene: Night / Pic: Medium / Geo: on
352 genericPairwiseTestCase(Flash.ON, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
353 PictureSize.MEDIUM, Geotagging.ON);
358 * Scene: Auto / Pic: Small / Geo: on
362 SceneMode.AUTO, PictureSize.SMALL, Geotagging.ON);
376 * Scene: Party / Pic: Medium / Geo: on
380 PictureSize.MEDIUM, Geotagging.ON);
401 case ON:
484 case ON: