Lines Matching refs:appWidgetId
49 for (int appWidgetId : appWidgetIds) { in onUpdate()
50 int[] specificAppWidget = new int[] { appWidgetId }; in onUpdate()
51 RemoteViews views = buildUpdate(context, appWidgetId, helper); in onUpdate()
54 + " for id=" + appWidgetId); in onUpdate()
65 for (int appWidgetId : appWidgetIds) { in onDeleted()
66 helper.deletePhoto(appWidgetId); in onDeleted()
74 static RemoteViews buildUpdate(Context context, int appWidgetId, in buildUpdate() argument
77 Bitmap bitmap = helper.getPhoto(appWidgetId); in buildUpdate()
122 public boolean setPhoto(int appWidgetId, Bitmap bitmap) { in setPhoto() argument
135 values.put(PhotoDatabaseHelper.FIELD_APPWIDGET_ID, appWidgetId); in setPhoto()
164 public Bitmap getPhoto(int appWidgetId) { in getPhoto() argument
170 appWidgetId); in getPhoto()
198 public void deletePhoto(int appWidgetId) { in deletePhoto() argument
202 appWidgetId); in deletePhoto()