Searched refs:updateWidget (Results 1 – 4 of 4) sorted by relevance
49 updateWidget(context, appWidgetIds[i]); in onUpdate()95 protected abstract void updateWidget(Context context, int appWidgetId); in updateWidget() method in BaseWidgetProvider
43 protected void updateWidget(final Context context, final int appWidgetId) { in updateWidget() method in BugleWidgetProvider
56 protected void updateWidget(final Context context, final int appWidgetId) { in updateWidget() method in WidgetConversationProvider
57 fun updateWidget(context: Context?, appWidgetMgr: AppWidgetManager) { in updateWidget() method in com.android.quicksearchbox.SearchWidgetProvider.SearchWidgetState105 state?.updateWidget(context, AppWidgetManager.getInstance(context)) in updateSearchWidgets()