Searched defs:SliceProvider (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/slices/core/src/main/java/androidx/slice/
H A DSliceProvider.java20 import static android.app.slice.SliceProvider.SLICE_TYPE;
62 * A SliceProvider allows an app to provide content to be displayed in system spaces. This content
100 public abstract class SliceProvider extends ContentProvider implements class in inherits:ContentProvider,CoreComponentFactory.CompatWrapped
105 private static final String TAG = "SliceProvider";
114 * A version of constructing a SliceProvider that allows autogranting slice permissions
125 public SliceProvider(@NonNull String... autoGrantPermissions) { method in class:SliceProvider
129 public SliceProvider() { method in class:SliceProvider
299 * This method must be overridden if an {@link IntentFilter} is specified on the SliceProvider.
314 * Implementing this is optional for a SliceProvider, but does provide a good
/frameworks/base/core/java/android/app/slice/
H A DSliceProvider.java56 * A SliceProvider allows an app to provide content to be displayed in system spaces. This content
95 public abstract class SliceProvider extends ContentProvider { class in inherits:ContentProvider
98 * containing a slice implemented through {@link SliceProvider}.
102 private static final String TAG = "SliceProvider";
173 * A version of constructing a SliceProvider that allows autogranting slice permissions
184 public SliceProvider(@NonNull String... autoGrantPermissions) { method in class:SliceProvider
188 public SliceProvider() { method in class:SliceProvider
263 * Implementing this is optional for a SliceProvider, but does provide a good
275 * This method must be overridden if an {@link IntentFilter} is specified on the SliceProvider.

Completed in 4285 milliseconds