Searched refs:ToastService (Results 1 – 1 of 1) sorted by relevance
150 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on bigText")) in makeBigTextNotification()170 .setContentIntent(ToastService.getPendingIntent(context, "Clicked on Upload")) in makeUploadNotification()183 public static class ToastService extends IntentService { class in NotificationTests191 public ToastService() { in ToastService() method in NotificationTests.ToastService194 public ToastService(String name) { in ToastService() method in NotificationTests.ToastService212 Toast.makeText(ToastService.this, text, Toast.LENGTH_LONG).show(); in onHandleIntent()220 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent()284 ToastService.getPendingIntent(mContext, "Clicked on Answer")) in testCreate()286 ToastService.getPendingIntent(mContext, "Clicked on Ignore")) in testCreate()299 … .setContentIntent(ToastService.getPendingIntent(mContext, "Clicked on Stopwatch")) in testCreate()[all …]