Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java303 protected Notification createProcessingNotification() { in createProcessingNotification() method in RecordingService
380 createProcessingNotification(), currentUser); in saveRecording()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java93 doReturn(mNotification).when(mRecordingService).createProcessingNotification(); in setUp()