Searched refs:LocalSource (Results 1 – 8 of 8) sorted by relevance
122 if (typeAString.equals(LocalSource.class.getName())) { in compare()125 if (typeBString.equals(LocalSource.class.getName())) { in compare()
34 public class LocalSource extends CursorPhotoSource { class42 public LocalSource(Context context, SharedPreferences settings) { in LocalSource() method in LocalSource
56 albumId = LocalSource.constructId(INTERNAL.equals(path.get(0)), path.get(3)); in onReceive()
38 mLocalSource = new LocalSource(context, settings); in PhotoSourcePlexor()
98 .appendQueryParameter(LocalSource.KEY_BUCKET_ID, bucketId) in getContentUri()104 .appendQueryParameter(LocalSource.KEY_BUCKET_ID, bucketId) in getContentUri()
33 class LocalSource extends MediaSource { class56 public LocalSource(GalleryApp context) { in LocalSource() method in LocalSource
105 .appendQueryParameter(LocalSource.KEY_BUCKET_ID, in getContentUri()109 .appendQueryParameter(LocalSource.KEY_BUCKET_ID, in getContentUri()
120 addSource(new LocalSource(mApplication)); in initializeSourceMap()