OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GalleryBoundCursorLoader
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/datamodel/
GalleryBoundCursorLoader.java
32
public class
GalleryBoundCursorLoader
extends BoundCursorLoader {
40
public
GalleryBoundCursorLoader
(final String bindingId, final Context context) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MediaPickerData.java
27
import com.android.messaging.datamodel.
GalleryBoundCursorLoader
;
67
return new
GalleryBoundCursorLoader
(bindingId, mContext);
Completed in 74 milliseconds