Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/
H A DRecordingServiceTest.java107 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0); in testLogStartRecording()
140 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0); in testErrorUpdatesState()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordDialog.java116 RecordingService.getStartIntent( in requestScreenCapture()
H A DRecordingService.java102 public static Intent getStartIntent(Context context, int resultCode, int audioSource) { in getStartIntent() method in RecordingService