Home | History | Annotate | Download | only in data

Lines Matching defs:LocalData

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) {