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

  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 56 ComponentName thisWidget = new ComponentName(this, BuildWidget.class);
58 manager.updateAppWidget(thisWidget, updateViews);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 57 ComponentName thisWidget = new ComponentName(this, WordWidget.class);
59 manager.updateAppWidget(thisWidget, updateViews);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 58 ComponentName thisWidget = new ComponentName(this, WordWidget.class);
60 manager.updateAppWidget(thisWidget, updateViews);

Completed in 57 milliseconds