Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java198 protected ScreenMediaRecorder getRecorder() { in getRecorder() method in RecordingService
221 getRecorder().start(); in startRecording()
368 if (getRecorder() != null) { in stopRecording()
369 getRecorder().end(); in stopRecording()
385 Notification notification = createSaveNotification(getRecorder().save()); in saveRecording()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java100 doReturn(mScreenMediaRecorder).when(mRecordingService).getRecorder(); in setUp()