Home
last modified time | relevance | path

Searched refs:SCREEN_RECORD_END_NOTIFICATION (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DEvents.java33 SCREEN_RECORD_END_NOTIFICATION(301); enumConstant
H A DRecordingService.java192 mUiEventLogger.log(Events.ScreenRecordEvent.SCREEN_RECORD_END_NOTIFICATION); in onStartCommand()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java164 .log(Events.ScreenRecordEvent.SCREEN_RECORD_END_NOTIFICATION); in testLogStopFromQsTile()
174 .log(Events.ScreenRecordEvent.SCREEN_RECORD_END_NOTIFICATION); in testLogStopFromNotificationIntent()