Searched refs:getStartIntent (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenrecord/ |
D | RecordingServiceTest.java | 141 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testLogStartFullScreenRecording() 151 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, target); in testLogStartPartialRecording() 184 Intent startIntent = RecordingService.getStartIntent(mContext, 0, 0, false, null); in testErrorUpdatesState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/ |
D | IssueRecordingService.kt | 143 fun getStartIntent(context: Context): Intent = in getStopIntent() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | ScreenRecordDialogDelegate.java | 164 RecordingService.getStartIntent( in requestScreenCapture()
|
D | ScreenRecordPermissionDialogDelegate.kt | 225 RecordingService.getStartIntent( in <lambda>()
|
D | RecordingService.java | 122 public static Intent getStartIntent(Context context, int resultCode, in getStartIntent() method in RecordingService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | RecordIssueTile.kt | 137 IssueRecordingService.getStartIntent(userContextProvider.userContext), in startIssueRecordingService()
|