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