Searched refs:getStartIntent (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/ |
H A D | RecordingServiceTest.java | 141 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 D | ScreenRecordPermissionDialog.kt | 143 RecordingService.getStartIntent(
|
H A D | ScreenRecordDialog.java | 174 RecordingService.getStartIntent( in requestScreenCapture()
|
H A D | RecordingService.java | 120 public static Intent getStartIntent(Context context, int resultCode, in getStartIntent() method in RecordingService
|