Home
last modified time | relevance | path

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

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