Home
last modified time | relevance | path

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

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