Searched defs:UpdateService (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DUpdateService.java26 public class UpdateService extends IntentService { class in inherits:IntentService
28 private static final String TAG = "UpdateService";
32 public UpdateService() { method in class:UpdateService
36 public UpdateService(String name) { method in class:UpdateService
65 Intent updateIntent = new Intent(context, UpdateService.class);

Completed in 61 milliseconds