Home
last modified time | relevance | path

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

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DSlicePreferencesUtil.java96 if (data.mFollowupIntentItem != null) { in getPreference()
98 new SliceActionImpl(data.mFollowupIntentItem); in getPreference()
133 if (data.mFollowupIntentItem != null) { in getPreference()
135 new SliceActionImpl(data.mFollowupIntentItem); in getPreference()
278 SliceItem mFollowupIntentItem; field in SlicePreferencesUtil.Data
312 data.mFollowupIntentItem = item; in extract()