Searched defs:LocalData (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
H A DLocalData.java30 * Note that all the sub-class of LocalData are designed to be immutable, i.e:
32 * can guarantee thread safety for LocalData.
34 public interface LocalData extends ImageData { interface in inherits:ImageData
35 static final Log.Tag TAG = new Log.Tag("LocalData");
160 * Returns the type of the local data defined by {@link LocalData}.
178 * @return A new LocalData object if success, null otherwise.
180 LocalData refresh(Context context);
206 static class NewestFirstComparator implements Comparator<LocalData> {
208 /** Compare taken/modified date of LocalData in descent order to make
221 public int compare(LocalData d
[all...]

Completed in 9 milliseconds