Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DRecordingService.java180 createRecordingNotification(); in onStartCommand()
191 createRecordingNotification(); in onStartCommand()
296 protected void createRecordingNotification() { in createRecordingNotification() method in RecordingService
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java126 doNothing().when(mRecordingService).createRecordingNotification(); in setUp()