HomeSort by relevance Sort by last modified time
    Searched refs:File (Results 101 - 125 of 4359) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/session/
SessionStorageManager.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
39 * @return A valid file object that points to an existing directory.
42 public File getSessionDirectory(String subDirectory) throws IOException;
49 * This method will make sure the directories and file exists and is
54 * @return The path to a JPEG file which can be used to write the final
59 public File createTemporaryOutputPath(String subDirectory, String title) throws IOException;