Home
last modified time | relevance | path

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

/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DSysUINotificationShadeTests.java236 R.drawable.stat_notify_email, "Reply", ToastService.getPendingIntent(mContext, in sendNotificationsWithInLineReply()
278 public static class ToastService extends IntentService { class in SysUINotificationShadeTests
283 public ToastService() { in ToastService() method in SysUINotificationShadeTests.ToastService
287 public ToastService(String name) { in ToastService() method in SysUINotificationShadeTests.ToastService
304 Toast.makeText(ToastService.this, text, Toast.LENGTH_LONG).show(); in onHandleIntent()
312 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java322 R.drawable.stat_notify_email, "Reply", ToastService.getPendingIntent(mContext, in sendNotificationsWithInLineReply()
340 public static class ToastService extends IntentService { class in NotificationHelper
345 public ToastService() { in ToastService() method in NotificationHelper.ToastService
349 public ToastService(String name) { in ToastService() method in NotificationHelper.ToastService
366 Toast.makeText(ToastService.this, text, Toast.LENGTH_LONG).show(); in onHandleIntent()
374 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent()