Searched refs:launchCookie (Results 1 – 4 of 4) sorted by relevance
130 @NonNull LaunchCookie launchCookie) { in startCallbackActivityWithLaunchCookie()135 activityOptions.setLaunchCookie(launchCookie); in startCallbackActivityWithLaunchCookie()149 private void startExternalActivity(@Nullable LaunchCookie launchCookie) { in startExternalActivity() argument158 if (launchCookie != null) { in startExternalActivity()159 activityOptions.setLaunchCookie(launchCookie); in startExternalActivity()261 ActivityOptions.LaunchCookie launchCookie = new ActivityOptions.LaunchCookie(); in testPartialScreenSharingRecorded() local262 mMediaProjectionHelper.authorizeMediaProjection(launchCookie); in testPartialScreenSharingRecorded()263 startCallbackActivityWithLaunchCookie(launchCookie); in testPartialScreenSharingRecorded()311 LaunchCookie launchCookie = new LaunchCookie(); in testPartialScreenSharingNotRecorded() local312 mMediaProjectionHelper.authorizeMediaProjection(launchCookie); in testPartialScreenSharingNotRecorded()[all …]
87 LaunchCookie launchCookie = getIntent().getParcelableExtra(EXTRA_LAUNCH_COOKIE, in onCreate() local90 launchCookie == null ? mediaProjectionManager.createScreenCaptureIntent() in onCreate()91 : mediaProjectionManager.createScreenCaptureIntent(launchCookie); in onCreate()222 public void authorizeMediaProjection(@Nullable LaunchCookie launchCookie) { in authorizeMediaProjection() argument228 intent.putExtra(EXTRA_LAUNCH_COOKIE, launchCookie); in authorizeMediaProjection()
274 @NonNull ActivityOptions.LaunchCookie launchCookie) { in createActivityScenarioWithLaunchCookie()276 activityOptions.setLaunchCookie(launchCookie); in createActivityScenarioWithLaunchCookie()