HomeSort by relevance Sort by last modified time
    Searched defs:intentStr (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 341 String intentStr = null;
344 intentStr = android.provider.MediaStore.ACTION_IMAGE_CAPTURE;
347 intentStr = android.provider.MediaStore.ACTION_VIDEO_CAPTURE;
350 if (intentStr != null) {
351 cameraIntent = new Intent(intentStr);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java     [all...]

Completed in 706 milliseconds