Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java129 doNothing().when(mRecordingService).createErrorNotification(); in setUp()
236 verify(mRecordingService).createErrorNotification(); in testOnSystemRequestedStop_recorderEndThrowsRuntimeException_showsErrorNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DRecordingService.java181 createErrorNotification(); in onStartCommand()
271 protected void createErrorNotification() { in createErrorNotification() method in RecordingService
430 createErrorNotification(); in stopService()