Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java220 public static class ToastService extends IntentService { class in NotificationHelper
223 public ToastService() { in ToastService() method in NotificationHelper.ToastService
242 ToastService.this, intent.getStringExtra("text"), Toast.LENGTH_LONG) in onHandleIntent()
253 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent()