OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackSaverImpl
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/session/
StackSaverFactory.java
53
return new
StackSaverImpl
(new File(mCameraDirectory, mTitle), location, mContentResolver);
StackSaverImpl.java
36
public class
StackSaverImpl
implements StackSaver {
37
private static final Log.Tag TAG = new Log.Tag("
StackSaverImpl
");
54
public
StackSaverImpl
(File stackDirectory, Location gpsLocation,
Completed in 468 milliseconds