Home
last modified time | relevance | path

Searched refs:getStopIntent (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java158 Intent stopIntent = RecordingService.getStopIntent(mContext); in testLogStopFromQsTile()
255 Intent startIntent = RecordingService.getStopIntent(mContext); in testOnErrorSaving()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordPermissionDialog.kt156 RecordingService.getStopIntent(userContext),
H A DRecordingService.java475 public static Intent getStopIntent(Context context) { in getStopIntent() method in RecordingService
498 onStartCommand(getStopIntent(this), 0, 0); in onInfo()
H A DScreenRecordDialog.java180 RecordingService.getStopIntent(userContext), in requestScreenCapture()