Searched defs:appWidgetIds (Results 1 – 8 of 8) sorted by relevance
| /development/samples/StackWidget/src/com/example/android/stackwidget/ |
| D | StackWidgetProvider.java | 33 public void onDeleted(Context context, int[] appWidgetIds) { in onDeleted() 60 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate()
|
| /development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
| D | ExampleAppWidgetProvider.java | 52 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate() 67 public void onDeleted(Context context, int[] appWidgetIds) { in onDeleted()
|
| D | ExampleBroadcastReceiver.java | 44 ArrayList<Integer> appWidgetIds = new ArrayList<Integer>(); in onReceive() local
|
| D | ExampleAppWidgetConfigure.java | 128 static void loadAllTitlePrefs(Context context, ArrayList<Integer> appWidgetIds, in loadAllTitlePrefs()
|
| /development/apps/BuildWidget/src/com/android/buildwidget/ |
| D | BuildWidget.java | 43 int[] appWidgetIds) { in onUpdate()
|
| /development/samples/Wiktionary/src/com/example/android/wiktionary/ |
| D | WordWidget.java | 45 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate()
|
| /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/ |
| D | WordWidget.java | 46 int[] appWidgetIds) { in onUpdate()
|
| /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/ |
| D | WeatherWidgetProvider.java | 207 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate()
|