Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/slices/
DSettingsSliceProvider.java122 private static final List<Uri> PUBLICLY_SUPPORTED_CUSTOM_SLICE_URIS = field in SettingsSliceProvider
350 descendants.addAll(PUBLICLY_SUPPORTED_CUSTOM_SLICE_URIS); in onGetSliceDescendants()
353 final List<Uri> customSlices = PUBLICLY_SUPPORTED_CUSTOM_SLICE_URIS.stream() in onGetSliceDescendants()