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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboAlbum.java 48 int fetchCount = (start + count <= size) ? count : size - start;
49 ArrayList<MediaItem> fetchItems = set.getMediaItem(start, fetchCount);
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 57 milliseconds