Home
last modified time | relevance | path

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

/aosp12/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
H A DSliceFragment.java103 private int mFollowupPendingIntentResultCode; field in SliceFragment
119 mFollowupPendingIntentResultCode = result.getResultCode();
191 mFollowupPendingIntentResultCode, mFollowupPendingIntentExtras); in fireFollowupPendingIntent() local
535 outState.putInt(KEY_PREFERENCE_FOLLOWUP_RESULT_CODE, mFollowupPendingIntentResultCode); in onSaveInstanceState()
549 mFollowupPendingIntentResultCode = in onActivityCreated()