Searched refs:EXTRA_SLICE (Results 1 – 3 of 3) sorted by relevance
146 public static final String EXTRA_SLICE = "slice"; field in SliceProvider364 b.putParcelable(EXTRA_SLICE, s); in call()375 b.putParcelable(EXTRA_SLICE, s); in call()377 b.putParcelable(EXTRA_SLICE, null); in call()385 b.putParcelable(EXTRA_SLICE, uri); in call()
267 return res.getParcelable(SliceProvider.EXTRA_SLICE, android.app.slice.Slice.class); in bindSlice()326 return res.getParcelable(SliceProvider.EXTRA_SLICE, android.net.Uri.class); in mapIntentToUri()406 return res.getParcelable(SliceProvider.EXTRA_SLICE, android.app.slice.Slice.class); in bindSlice()
8923 Landroid/app/slice/SliceProvider;->EXTRA_SLICE:Ljava/lang/String;