Home
last modified time | relevance | path

Searched refs:RecordingService (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java97 private RecordingService mRecordingService;
99 private class RecordingServiceTestable extends RecordingService {
141 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testLogStartFullScreenRecording()
150 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, target); in testLogStartPartialRecording()
158 Intent stopIntent = RecordingService.getStopIntent(mContext); in testLogStopFromQsTile()
169 Intent stopIntent = RecordingService.getNotificationIntent(mContext); in testLogStopFromNotificationIntent()
183 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testErrorUpdatesState()
255 Intent startIntent = RecordingService.getStopIntent(mContext); in testOnErrorSaving()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DDefaultServiceBinder.java26 import com.android.systemui.screenrecord.RecordingService;
86 @ClassKey(RecordingService.class)
87 public abstract Service bindRecordingService(RecordingService service); in bindRecordingService()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordPermissionDialog.kt142 RecordingService.REQUEST_CODE,
143 RecordingService.getStartIntent(
155 RecordingService.REQUEST_CODE,
156 RecordingService.getStopIntent(userContext),
H A DScreenRecordDialog.java173 RecordingService.REQUEST_CODE, in requestScreenCapture()
174 RecordingService.getStartIntent( in requestScreenCapture()
179 RecordingService.REQUEST_CODE, in requestScreenCapture()
180 RecordingService.getStopIntent(userContext), in requestScreenCapture()
H A DRecordingService.java60 public class RecordingService extends Service implements ScreenMediaRecorderListener { class
95 public RecordingService(RecordingController controller, @LongRunning Executor executor, in RecordingService() method in RecordingService
123 return new Intent(context, RecordingService.class) in getStartIntent()
476 return new Intent(context, RecordingService.class) in getStopIntent()
487 return new Intent(context, RecordingService.class).setAction(ACTION_STOP_NOTIF); in getNotificationIntent()
491 return new Intent(context, RecordingService.class).setAction(ACTION_SHARE) in getShareIntent()