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

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

Completed in 54 milliseconds