Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingController.java51 private PendingIntent mStopIntent; field in RecordingController
112 mStopIntent = stopIntent; in startCountdown()
185 if (mStopIntent != null) { in stopRecording()
186 mStopIntent.send(); in stopRecording()