Searched refs:createSaveNotification (Results 1 – 2 of 2) sorted by relevance
345 protected Notification createSaveNotification(ScreenMediaRecorder.SavedRecording recording) { in createSaveNotification() method in RecordingService453 Notification notification = createSaveNotification(getRecorder().save()); in saveRecording()
128 doReturn(mNotification).when(mRecordingService).createSaveNotification(any()); in setUp()