OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PhotoDatabaseHelper
(Results
1 - 3
of
3
) 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);
Completed in 78 milliseconds