Searched refs:mPreferenceFollowupIntent (Results 1 – 2 of 2) sorted by relevance
83 private var mPreferenceFollowupIntent: Parcelable? = null in <lambda>() variable257 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 …]
118 private PendingIntent mPreferenceFollowupIntent; field in SliceFragment246 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()