Searched refs:ToastService (Results 1 – 2 of 2) sorted by relevance
220 public static class ToastService extends IntentService { class in NotificationHelper223 public ToastService() { in ToastService() method in NotificationHelper.ToastService242 ToastService.this, intent.getStringExtra("text"), Toast.LENGTH_LONG) in onHandleIntent()253 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent()
267 R.drawable.stat_notify_email, "Reply", ToastService.getPendingIntent(mContext, in sendNotificationsWithInlineReply()309 public static class ToastService extends IntentService { class in NotificationHelper314 public ToastService() { in ToastService() method in NotificationHelper.ToastService318 public ToastService(String name) { in ToastService() method in NotificationHelper.ToastService335 Toast.makeText(ToastService.this, text, Toast.LENGTH_LONG).show(); in onHandleIntent()343 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent()