Searched defs:whichCamera (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DVideoChatTestActivity.java217 for (Integer whichCamera : whichCameras) {
234 TestCamera(whichCamera, widths[whichResolution],
298 protected void TestCamera(int whichCamera, argument
302 String baseStatus = "Camera id " + whichCamera + " " +
308 Log.v(TAG, "Start test -- id " + whichCamera + " " + width + "x" + height +
320 camera = Camera.open(whichCamera);
404 whichCamera, camera);

Completed in 37 milliseconds