Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/slice/
H A DSliceManager.java84 public static final String CATEGORY_SLICE = "android.app.slice.category.SLICE"; field in SliceManager
336 if (!queryIntent.hasCategory(CATEGORY_SLICE)) { in getAuthority()
337 queryIntent.addCategory(CATEGORY_SLICE); in getAuthority()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt9104 field public static final String CATEGORY_SLICE = "android.app.slice.category.SLICE";