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

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
UpdateService.java 26 public class UpdateService extends IntentService {
28 private static final String TAG = "UpdateService";
32 public UpdateService() {
36 public UpdateService(String name) {
65 Intent updateIntent = new Intent(context, UpdateService.class);
  /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 {

Completed in 618 milliseconds