Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingController.java66 private final Bundle mInteractiveBroadcastOption; field in RecordingController
129 mInteractiveBroadcastOption = options.toBundle(); in RecordingController()
188 startIntent.send(mInteractiveBroadcastOption); in startCountdown()
242 mStopIntent.send(mInteractiveBroadcastOption); in stopRecording()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java171 private final Bundle mInteractiveBroadcastOption; field in ScreenshotView
200 mInteractiveBroadcastOption = options.toBundle(); in ScreenshotView()