Searched refs:EXTRA_EMBED_ACTIVITY (Results 1 – 5 of 5) sorted by relevance
24 import static android.server.wm.jetpack.utils.WindowManagerJetpackTestBase.EXTRA_EMBED_ACTIVITY;55 if (getIntent().getBooleanExtra(EXTRA_EMBED_ACTIVITY, false)) { in onCreate()64 if (intent.getBooleanExtra(EXTRA_EMBED_ACTIVITY, false)) { in onNewIntent()
28 import static android.server.wm.jetpack.utils.WindowManagerJetpackTestBase.EXTRA_EMBED_ACTIVITY;181 embedExtra.putBoolean(EXTRA_EMBED_ACTIVITY, true); in testInputDuringAnimationIsNotAllowed_trustedEmbedding()
166 extras.putBoolean(EXTRA_EMBED_ACTIVITY, true); in testDisplayFeaturesWithEmbedding_differentPackage()
159 extras.putBoolean(EXTRA_EMBED_ACTIVITY, true); in testCrossUidActivityEmbeddingIsAllowedWithPermission()
75 public static final String EXTRA_EMBED_ACTIVITY = "EmbedActivity"; field in WindowManagerJetpackTestBase