Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java134 createRecordingNotification(); in onStartCommand()
262 protected void createRecordingNotification() { in createRecordingNotification() method in RecordingService
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java92 doNothing().when(mRecordingService).createRecordingNotification(); in setUp()