Searched refs:CATEGORY_SLICE (Results 1 – 4 of 4) sorted by relevance
82 public static final String CATEGORY_SLICE = "android.app.slice.category.SLICE"; field in SliceManager329 if (!queryIntent.hasCategory(CATEGORY_SLICE)) { in getAuthority()330 queryIntent.addCategory(CATEGORY_SLICE); in getAuthority()
18 import static android.app.slice.SliceManager.CATEGORY_SLICE;357 if (!queryIntent.hasCategory(CATEGORY_SLICE)) { in bindSlice()358 queryIntent.addCategory(CATEGORY_SLICE); in bindSlice()479 if (!queryIntent.hasCategory(CATEGORY_SLICE)) { in mapIntentToUri()480 queryIntent.addCategory(CATEGORY_SLICE); in mapIntentToUri()
4360 Landroid/app/slice/SliceManager;->CATEGORY_SLICE:Ljava/lang/String;
7301 field public static final java.lang.String CATEGORY_SLICE = "android.app.slice.category.SLICE";