Home
last modified time | relevance | path

Searched refs:UpdateService (Results 1 – 4 of 4) sorted by relevance

/development/apps/BuildWidget/src/com/android/buildwidget/
DBuildWidget.java45 context.startService(new Intent(context, UpdateService.class)); in onUpdate()
48 public static class UpdateService extends Service { class in BuildWidget
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DWordWidget.java47 context.startService(new Intent(context, UpdateService.class)); in onUpdate()
50 public static class UpdateService extends Service { class in WordWidget
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DWordWidget.java48 context.startService(new Intent(context, UpdateService.class)); in onUpdate()
51 public static class UpdateService extends Service { class in WordWidget
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
DUpdateService.java47 public class UpdateService extends WearableListenerService class