Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/slice/
DSliceManager.java89 public static final String CATEGORY_SLICE = "android.app.slice.category.SLICE"; field in SliceManager
323 if (!queryIntent.hasCategory(CATEGORY_SLICE)) { in getAuthority()
324 queryIntent.addCategory(CATEGORY_SLICE); in getAuthority()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt9340 … field @Deprecated public static final String CATEGORY_SLICE = "android.app.slice.category.SLICE";