Home
last modified time | relevance | path

Searched defs:createTemporaryOutputPath (Results 1 – 2 of 2) 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
DSessionStorageManagerImpl.java85 public File createTemporaryOutputPath(String subDirectory, String title) throws IOException { in createTemporaryOutputPath() method in SessionStorageManagerImpl