Searched refs:toastIntent (Results 1 – 1 of 1) sorted by relevance
253 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent() local254 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()