Home
last modified time | relevance | path

Searched refs:ToastService (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java150 .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 NotificationTests
191 public ToastService() { in ToastService() method in NotificationTests.ToastService
194 public ToastService(String name) { in ToastService() method in NotificationTests.ToastService
212 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 …]