Searched refs:UriSource (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DUriSource.java29 class UriSource extends MediaSource { class in inherits:MediaSource
31 private static final String TAG = "UriSource";
38 public UriSource(GalleryApp context) { method in class:UriSource
H A DDataManager.java119 // the order matters, the UriSource must come last
126 addSource(new UriSource(mApplication));

Completed in 51 milliseconds