OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UriSource
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
UriSource.java
29
class
UriSource
extends MediaSource {
31
private static final String TAG = "
UriSource
";
38
public
UriSource
(GalleryApp context) {
DataManager.java
119
// the order matters, the
UriSource
must come last
126
addSource(new
UriSource
(mApplication));
Completed in 559 milliseconds