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.java124 private static final List<Uri> PUBLICLY_SUPPORTED_CUSTOM_SLICE_URIS = field in SettingsSliceProvider
323 descendants.addAll(PUBLICLY_SUPPORTED_CUSTOM_SLICE_URIS); in onGetSliceDescendants()
326 final List<Uri> customSlices = PUBLICLY_SUPPORTED_CUSTOM_SLICE_URIS.stream() in onGetSliceDescendants()