Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
DSliceUtilsKt.kt45 val topLevelSettingsSlice = if (topLevelSettingsSliceUri == null) { in isSettingsSliceEnabled() constant
50 val enabledSlicesUri = sliceManager.getSliceDescendants(topLevelSettingsSlice) in isSettingsSliceEnabled()
DSliceUtils.java76 Uri topLevelSettingsSlice = topLevelSettingsSliceUri == null in isSettingsSliceEnabled() local
80 .getSliceDescendants(topLevelSettingsSlice); in isSettingsSliceEnabled()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/util/
DSliceUtils.java70 Uri topLevelSettingsSlice = topLevelSettingsSliceUri == null in isSettingsSliceEnabled() local
74 .getSliceDescendants(topLevelSettingsSlice); in isSettingsSliceEnabled()