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

  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 46 context.startService(new Intent(context, UpdateService.class));
49 public static class UpdateService extends Service {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 47 context.startService(new Intent(context, UpdateService.class));
50 public static class UpdateService extends Service {
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 48 context.startService(new Intent(context, UpdateService.class));
51 public static class UpdateService extends Service {
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 60 public static class UpdateService extends Service {
166 new ComponentName(context, UpdateService.class));

Completed in 261 milliseconds