Home
last modified time | relevance | path

Searched refs:EXTRA_LAUNCH_COOKIE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DMediaProjectionHelper.java58 private static final String EXTRA_LAUNCH_COOKIE = "android.server.wm.extra.EXTRA_LAUNCH_COOKIE"; field in MediaProjectionHelper
87 LaunchCookie launchCookie = getIntent().getParcelableExtra(EXTRA_LAUNCH_COOKIE, in onCreate()
228 intent.putExtra(EXTRA_LAUNCH_COOKIE, launchCookie); in authorizeMediaProjection()
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/
DSensitiveContentMediaProjectionHelper.java58 private static final String EXTRA_LAUNCH_COOKIE = "android.server.wm.extra.EXTRA_LAUNCH_COOKIE"; field in SensitiveContentMediaProjectionHelper
87 LaunchCookie launchCookie = getIntent().getParcelableExtra(EXTRA_LAUNCH_COOKIE, in onCreate()
228 intent.putExtra(EXTRA_LAUNCH_COOKIE, launchCookie); in authorizeMediaProjection()