Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DScreenRecordingCallbackTests.java130 @NonNull LaunchCookie launchCookie) { in startCallbackActivityWithLaunchCookie()
135 activityOptions.setLaunchCookie(launchCookie); in startCallbackActivityWithLaunchCookie()
149 private void startExternalActivity(@Nullable LaunchCookie launchCookie) { in startExternalActivity() argument
158 if (launchCookie != null) { in startExternalActivity()
159 activityOptions.setLaunchCookie(launchCookie); in startExternalActivity()
261 ActivityOptions.LaunchCookie launchCookie = new ActivityOptions.LaunchCookie(); in testPartialScreenSharingRecorded() local
262 mMediaProjectionHelper.authorizeMediaProjection(launchCookie); in testPartialScreenSharingRecorded()
263 startCallbackActivityWithLaunchCookie(launchCookie); in testPartialScreenSharingRecorded()
311 LaunchCookie launchCookie = new LaunchCookie(); in testPartialScreenSharingNotRecorded() local
312 mMediaProjectionHelper.authorizeMediaProjection(launchCookie); in testPartialScreenSharingNotRecorded()
[all …]
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMediaProjectionHelper.java87 LaunchCookie launchCookie = getIntent().getParcelableExtra(EXTRA_LAUNCH_COOKIE, in onCreate() local
90 launchCookie == null ? mediaProjectionManager.createScreenCaptureIntent() in onCreate()
91 : mediaProjectionManager.createScreenCaptureIntent(launchCookie); in onCreate()
222 public void authorizeMediaProjection(@Nullable LaunchCookie launchCookie) { in authorizeMediaProjection() argument
228 intent.putExtra(EXTRA_LAUNCH_COOKIE, launchCookie); in authorizeMediaProjection()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveContentMediaProjectionHelper.java87 LaunchCookie launchCookie = getIntent().getParcelableExtra(EXTRA_LAUNCH_COOKIE, in onCreate() local
90 launchCookie == null ? mediaProjectionManager.createScreenCaptureIntent() in onCreate()
91 : mediaProjectionManager.createScreenCaptureIntent(launchCookie); in onCreate()
222 public void authorizeMediaProjection(@Nullable LaunchCookie launchCookie) { in authorizeMediaProjection() argument
228 intent.putExtra(EXTRA_LAUNCH_COOKIE, launchCookie); in authorizeMediaProjection()
/cts/tests/tests/media/projection/src/android/media/projection/cts/
DMediaProjectionMirroringTest.java274 @NonNull ActivityOptions.LaunchCookie launchCookie) { in createActivityScenarioWithLaunchCookie()
276 activityOptions.setLaunchCookie(launchCookie); in createActivityScenarioWithLaunchCookie()