Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java345 protected Notification createSaveNotification(ScreenMediaRecorder.SavedRecording recording) { in createSaveNotification() method in RecordingService
453 Notification notification = createSaveNotification(getRecorder().save()); in saveRecording()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java128 doReturn(mNotification).when(mRecordingService).createSaveNotification(any()); in setUp()