HomeSort by relevance Sort by last modified time
    Searched refs:PhotoDatabaseHelper (Results 1 - 6 of 6) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetBind.java 19 import com.android.camera.PhotoAppWidgetProvider.PhotoDatabaseHelper;
62 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(this);
PhotoAppWidgetProvider.java 48 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(context);
64 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(context);
75 PhotoDatabaseHelper helper) {
86 static class PhotoDatabaseHelper extends SQLiteOpenHelper {
95 PhotoDatabaseHelper(Context context) {
135 values.put(PhotoDatabaseHelper.FIELD_APPWIDGET_ID, appWidgetId);
136 values.put(PhotoDatabaseHelper.FIELD_PHOTO_BLOB,
140 db.insertOrThrow(PhotoDatabaseHelper.TABLE_PHOTOS, null
    [all...]
PhotoAppWidgetConfigure.java 19 import com.android.camera.PhotoAppWidgetProvider.PhotoDatabaseHelper;
80 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(this);
  /packages/apps/Gallery3D/src/com/cooliris/media/
PhotoAppWidgetProvider.java 47 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(context);
62 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(context);
72 static RemoteViews buildUpdate(Context context, int appWidgetId, PhotoDatabaseHelper helper) {
82 static class PhotoDatabaseHelper extends SQLiteOpenHelper {
91 PhotoDatabaseHelper(Context context) {
128 values.put(PhotoDatabaseHelper.FIELD_APPWIDGET_ID, appWidgetId);
129 values.put(PhotoDatabaseHelper.FIELD_PHOTO_BLOB, out.toByteArray());
132 db.insertOrThrow(PhotoDatabaseHelper.TABLE_PHOTOS, null, values)
    [all...]
PhotoAppWidgetBind.java 20 import com.cooliris.media.PhotoAppWidgetProvider.PhotoDatabaseHelper;
62 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(this);
PhotoAppWidgetConfigure.java 20 import com.cooliris.media.PhotoAppWidgetProvider.PhotoDatabaseHelper;
91 PhotoDatabaseHelper helper = new PhotoDatabaseHelper(this);

Completed in 581 milliseconds