Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java346 protected Notification createSaveNotification( in createSaveNotification() method in RecordingService
456 Notification notification = createSaveNotification( in saveRecording()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java128 doReturn(mNotification).when(mRecordingService).createSaveNotification(any()); in setUp()