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

  /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/Camera2/src/com/android/camera/
Storage.java 49 public static final String DCIM =
51 public static final String DIRECTORY = DCIM + "/Camera";
518 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
522 File nnnAAAAA = new File(DCIM, "100ANDRO");

Completed in 72 milliseconds