Searched refs:getRecorder (Results 1 – 2 of 2) sorted by relevance
235 protected ScreenMediaRecorder getRecorder() { in getRecorder() method in RecordingService258 getRecorder().start(); in startRecording()418 if (getRecorder() != null) { in stopService()420 getRecorder().end(); in stopService()425 getRecorder().release(); in stopService()434 getRecorder().release(); in stopService()453 Notification notification = createSaveNotification(getRecorder().save()); in saveRecording()
134 doReturn(mScreenMediaRecorder).when(mRecordingService).getRecorder(); in setUp()