HomeSort by relevance Sort by last modified time
    Searched defs:LocalData (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/data/
LocalData.java 32 * Note that all the sub-class of LocalData are designed to be immutable, i.e:
34 * can guarantee thread safety for LocalData.
36 public interface LocalData extends ImageData {
45 static final Log.Tag TAG = new Log.Tag("LocalData");
171 * Returns the type of the local data defined by {@link LocalData}.
189 * @return A new LocalData object if success, null otherwise.
191 LocalData refresh(Context context);
217 static class NewestFirstComparator implements Comparator<LocalData> {
219 /** Compare taken/modified date of LocalData in descent order to make
232 public int compare(LocalData d1, LocalData d2)
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 161 milliseconds