Searched defs:ACTION_TOAST (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/slices/view/src/androidTest/java/androidx/slice/render/
H A DSliceCreator.java56 public static final String ACTION_TOAST = field in class:SliceCreator
149 SliceAction primaryAction = new SliceAction(getBroadcastIntent(ACTION_TOAST,
187 PendingIntent pi = getBroadcastIntent(ACTION_TOAST, "see more of your gallery");
217 PendingIntent pi = getBroadcastIntent(ACTION_TOAST, "See cats you follow");
257 SliceAction primaryAction = new SliceAction(getBroadcastIntent(ACTION_TOAST,
272 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "call")))
278 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "text")))
283 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "video"))
290 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "email"))))
321 .addEndItem(new SliceAction(getBroadcastIntent(ACTION_TOAST, "creat
[all...]
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
H A DNotificationTests.java187 private static final String ACTION_TOAST = "toast"; field in class:NotificationTests.ToastService
222 toastIntent.setAction(ACTION_TOAST + ":" + text); // one per toast message
/frameworks/support/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
H A DSampleSliceProvider.java62 public static final String ACTION_TOAST = field in class:SampleSliceProvider
168 SliceAction primaryAction = new SliceAction(getBroadcastIntent(ACTION_TOAST,
210 getBroadcastIntent(ACTION_TOAST, "open photo album"),
222 getBroadcastIntent(ACTION_TOAST, "cast photo album"),
226 getBroadcastIntent(ACTION_TOAST, "share photo album"),
240 .setSeeMoreAction(getBroadcastIntent(ACTION_TOAST, "see your gallery"))
248 PendingIntent pi = getBroadcastIntent(ACTION_TOAST, "See cats you follow");
302 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "call")))
308 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "text")))
312 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "vide
[all...]
/frameworks/support/samples/SupportSliceDemos/src/main/java/com/example/androidx/slice/demos/
H A DSampleSliceProvider.java62 public static final String ACTION_TOAST = field in class:SampleSliceProvider
168 SliceAction primaryAction = new SliceAction(getBroadcastIntent(ACTION_TOAST,
210 getBroadcastIntent(ACTION_TOAST, "open photo album"),
222 getBroadcastIntent(ACTION_TOAST, "cast photo album"),
226 getBroadcastIntent(ACTION_TOAST, "share photo album"),
240 .setSeeMoreAction(getBroadcastIntent(ACTION_TOAST, "see your gallery"))
248 PendingIntent pi = getBroadcastIntent(ACTION_TOAST, "See cats you follow");
302 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "call")))
308 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "text")))
312 .setContentIntent(getBroadcastIntent(ACTION_TOAST, "vide
[all...]

Completed in 255 milliseconds