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

/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DToastService.java27 public class ToastService extends IntentService { class in inherits:IntentService
29 private static final String TAG = "ToastService";
35 public ToastService() { method in class:ToastService
38 public ToastService(String name) { method in class:ToastService
56 Toast.makeText(ToastService.this, text, Toast.LENGTH_LONG).show();
65 Intent toastIntent = new Intent(context, ToastService.class);

Completed in 57 milliseconds