Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java177 createRecordingNotification(); in onStartCommand()
291 protected void createRecordingNotification() { in createRecordingNotification() method in RecordingService
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java126 doNothing().when(mRecordingService).createRecordingNotification(); in setUp()