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

  /packages/apps/Camera/src/com/android/camera/
Storage.java 121 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
125 File nnnAAAAA = new File(DCIM, "100ANDRO");
126 if (!(nnnAAAAA.exists() || nnnAAAAA.mkdirs())) {
127 Log.e(TAG, "Failed to create " + nnnAAAAA.getPath());
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 151 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
155 File nnnAAAAA = new File(
158 if ((!nnnAAAAA.exists()) && (!nnnAAAAA.mkdir())) {
159 Log.e(TAG, "create NNNAAAAA file: " + nnnAAAAA.getPath()

Completed in 171 milliseconds