Searched refs:getRecorder (Results 1 – 2 of 2) sorted by relevance
198 protected ScreenMediaRecorder getRecorder() { in getRecorder() method in RecordingService221 getRecorder().start(); in startRecording()368 if (getRecorder() != null) { in stopRecording()369 getRecorder().end(); in stopRecording()385 Notification notification = createSaveNotification(getRecorder().save()); in saveRecording()
100 doReturn(mScreenMediaRecorder).when(mRecordingService).getRecorder(); in setUp()