Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DNotificationHelper.java253 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent() local
254 toastIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getPendingIntent()
255 toastIntent.setAction("toast:" + text); in getPendingIntent()
256 toastIntent.putExtra("text", text); in getPendingIntent()
261 toastIntent, in getPendingIntent()