HomeSort by relevance Sort by last modified time
    Searched refs:DCIM (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera/src/com/android/camera/
Storage.java 40 public static final String DCIM =
43 public static final String DIRECTORY = DCIM + "/Camera";
163 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
167 File nnnAAAAA = new File(DCIM, "100ANDRO");
  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 35 public static final String DCIM =
38 public static final String DIRECTORY = DCIM + "/Camera";
131 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
135 File nnnAAAAA = new File(DCIM, "100ANDRO");
  /packages/apps/Gallery2/src/com/android/camera/
Storage.java 41 public static final String DCIM =
44 public static final String DIRECTORY = DCIM + "/Camera";
172 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
176 File nnnAAAAA = new File(DCIM, "100ANDRO");
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 100 private static final String DCIM =
102 private static final String DIRECTORY = DCIM + "/Camera";
    [all...]

Completed in 310 milliseconds