Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/slice/
DSliceManager.java82 public static final String CATEGORY_SLICE = "android.app.slice.category.SLICE"; field in SliceManager
329 if (!queryIntent.hasCategory(CATEGORY_SLICE)) { in getAuthority()
330 queryIntent.addCategory(CATEGORY_SLICE); in getAuthority()
/frameworks/support/slices/core/src/main/java/androidx/slice/compat/
DSliceProviderCompat.java18 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()
/frameworks/base/config/
Dhiddenapi-public-dex.txt4360 Landroid/app/slice/SliceManager;->CATEGORY_SLICE:Ljava/lang/String;
/frameworks/base/api/
Dcurrent.txt7301 field public static final java.lang.String CATEGORY_SLICE = "android.app.slice.category.SLICE";