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

  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 131 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
135 File nnnAAAAA = new File(DCIM, "100ANDRO");
136 if (!(nnnAAAAA.exists() || nnnAAAAA.mkdirs())) {
137 Log.e(TAG, "Failed to create " + nnnAAAAA.getPath());
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 518 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
522 File nnnAAAAA = new File(DCIM, "100ANDRO");
523 if (!(nnnAAAAA.exists() || nnnAAAAA.mkdirs())) {
524 Log.e(TAG, "Failed to create " + nnnAAAAA.getPath());
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 148 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
152 File nnnAAAAA = new File(
155 if ((!nnnAAAAA.exists()) && (!nnnAAAAA.mkdir())) {
156 Log.e(TAG, "create NNNAAAAA file: " + nnnAAAAA.getPath()

Completed in 72 milliseconds