Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java141 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testLogStartFullScreenRecording()
150 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, target); in testLogStartPartialRecording()
183 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testErrorUpdatesState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordPermissionDialog.kt143 RecordingService.getStartIntent(
H A DScreenRecordDialog.java174 RecordingService.getStartIntent( in requestScreenCapture()
H A DRecordingService.java120 public static Intent getStartIntent(Context context, int resultCode, in getStartIntent() method in RecordingService