summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/camera/power/ImageAndVideoCapture.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/camera/power/ImageAndVideoCapture.java')
-rwxr-xr-xtests/src/com/android/camera/power/ImageAndVideoCapture.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/src/com/android/camera/power/ImageAndVideoCapture.java b/tests/src/com/android/camera/power/ImageAndVideoCapture.java
index 9f9a006..01a6d15 100755
--- a/tests/src/com/android/camera/power/ImageAndVideoCapture.java
+++ b/tests/src/com/android/camera/power/ImageAndVideoCapture.java
@@ -31,7 +31,7 @@ import android.content.Intent;
*
* adb shell am instrument \
* -e com.android.camera.power.ImageAndVideoCapture \
- * -w com.google.android.camera.tests/android.test.InstrumentationTestRunner
+ * -w com.android.camera.tests/android.test.InstrumentationTestRunner
*
*/
@@ -45,7 +45,7 @@ public class ImageAndVideoCapture extends ActivityInstrumentationTestCase2 <Came
private static final long WAIT_FOR_STABLE_STATE = 2000; //2 seconds
public ImageAndVideoCapture() {
- super("com.google.android.camera", Camera.class);
+ super("com.android.camera", Camera.class);
}
@Override
@@ -97,7 +97,7 @@ public class ImageAndVideoCapture extends ActivityInstrumentationTestCase2 <Came
try {
// Switch to the video mode
Intent intent = new Intent();
- intent.setClassName("com.google.android.camera",
+ intent.setClassName("com.android.camera",
"com.android.camera.VideoCamera");
getActivity().startActivity(intent);
for (int i = 0; i < TOTAL_NUMBER_OF_VIDEOCAPTURE; i++) {