Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingController.java65 private PendingIntent mStopIntent; field in RecordingController
170 mStopIntent = stopIntent; in startCountdown()
241 if (mStopIntent != null) { in stopRecording()
242 mStopIntent.send(mInteractiveBroadcastOption); in stopRecording()