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

  /packages/apps/Camera/src/com/android/camera/
Storage.java 163 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
167 File nnnAAAAA = new File(DCIM, "100ANDRO");
168 if (!(nnnAAAAA.exists() || nnnAAAAA.mkdirs())) {
169 Log.e(TAG, "Failed to create " + nnnAAAAA.getPath());
  /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/Gallery2/src/com/android/camera/
Storage.java 172 * OSX requires plugged-in USB storage to have path /DCIM/NNNAAAAA to be
176 File nnnAAAAA = new File(DCIM, "100ANDRO");
177 if (!(nnnAAAAA.exists() || nnnAAAAA.mkdirs())) {
178 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 46 milliseconds