Home
last modified time | relevance | path

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

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DSliceShard.kt83 private var mPreferenceFollowupIntent: Parcelable? = null in <lambda>() variable
257 if (mPreferenceFollowupIntent == null) { in <lambda>()
260 if (mPreferenceFollowupIntent is Intent) { in <lambda>()
261 val filledIn: Intent = Intent(mPreferenceFollowupIntent as Intent) in <lambda>()
270 (mPreferenceFollowupIntent as PendingIntent).send( in <lambda>()
278 mPreferenceFollowupIntent = null in <lambda>()
616 mPreferenceFollowupIntent = preference.followupSliceAction.action in <lambda>()
617 if (mPreferenceFollowupIntent == null) { in <lambda>()
618 mPreferenceFollowupIntent = preference.followupSliceAction.actionIntent in <lambda>()
667 outState.putParcelable(KEY_PREFERENCE_FOLLOWUP_INTENT, mPreferenceFollowupIntent) in <lambda>()
[all …]
/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/settings/
DSliceFragment.java118 private PendingIntent mPreferenceFollowupIntent; field in SliceFragment
246 if (mPreferenceFollowupIntent == null) { in fireFollowupPendingIntent()
250 mPreferenceFollowupIntent.send(getContext(), in fireFollowupPendingIntent()
255 mPreferenceFollowupIntent = null; in fireFollowupPendingIntent()
596 mPreferenceFollowupIntent = preference.getFollowupSliceAction().getAction(); in firePendingIntent()
605 outState.putParcelable(KEY_PREFERENCE_FOLLOWUP_INTENT, mPreferenceFollowupIntent); in onSaveInstanceState()
617 mPreferenceFollowupIntent = in onActivityCreated()