Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
DRecordingServiceTest.java159 Intent stopIntent = RecordingService.getStopIntent(mContext); in testLogStopFromQsTile()
256 Intent startIntent = RecordingService.getStopIntent(mContext); in testOnErrorSaving()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/
DIssueRecordingService.kt133 fun getStopIntent(context: Context): Intent = in getStopIntent() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenRecordDialogDelegate.java170 RecordingService.getStopIntent(userContext), in requestScreenCapture()
DRecordingService.java500 public static Intent getStopIntent(Context context) { in getStopIntent() method in RecordingService
523 onStartCommand(getStopIntent(this), 0, 0); in onInfo()
DScreenRecordPermissionDialogDelegate.kt238 RecordingService.getStopIntent(userContext), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DRecordIssueTile.kt146 IssueRecordingService.getStopIntent(userContextProvider.userContext), in stopIssueRecordingService()