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

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java38 public class NotificationService extends IntentService { class in inherits:IntentService
40 private static final String TAG = "NotificationService";
45 public NotificationService() { method in class:NotificationService
49 public NotificationService(String name) { method in class:NotificationService

Completed in 41 milliseconds