Home
last modified time | relevance | path

Searched refs:createTemporaryOutputPath (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/session/
DSessionStorageManager.java59 public File createTemporaryOutputPath(String subDirectory, String title) throws IOException; in createTemporaryOutputPath() method
DTemporarySessionFile.java62 mFile = mSessionStorageManager.createTemporaryOutputPath(mSessionDirectory, mTitle); in prepare()
DSessionStorageManagerImpl.java85 public File createTemporaryOutputPath(String subDirectory, String title) throws IOException { in createTemporaryOutputPath() method in SessionStorageManagerImpl