Searched refs:toastIntent (Results 1 – 2 of 2) sorted by relevance
/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
D | SysUINotificationShadeTests.java | 312 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent() local 313 toastIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getPendingIntent() 314 toastIntent.setAction(ACTION_TOAST + ":" + text); // one per toast message in getPendingIntent() 315 toastIntent.putExtra("text", text); in getPendingIntent() 317 context, 58, toastIntent, PendingIntent.FLAG_UPDATE_CURRENT); in getPendingIntent()
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationHelper.java | 374 Intent toastIntent = new Intent(context, ToastService.class); in getPendingIntent() local 375 toastIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getPendingIntent() 376 toastIntent.setAction(ACTION_TOAST + ":" + text); // one per toast message in getPendingIntent() 377 toastIntent.putExtra("text", text); in getPendingIntent() 379 context, 58, toastIntent, PendingIntent.FLAG_UPDATE_CURRENT); in getPendingIntent()
|