Home
last modified time | relevance | path

Searched refs:EXTRA_EMBEDDING_TARGET_DISPLAY (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/appSecondUid/src/android/server/wm/second/
DEmbeddingActivity.java21 import static android.server.wm.second.Components.EmbeddingActivity.EXTRA_EMBEDDING_TARGET_DISPLAY;
65 final int displayId = extras.getInt(EXTRA_EMBEDDING_TARGET_DISPLAY); in onReceive()
DComponents.java30 public static final String EXTRA_EMBEDDING_TARGET_DISPLAY = "target_display"; field in Components.EmbeddingActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySecurityTests.java33 import static android.server.wm.second.Components.EmbeddingActivity.EXTRA_EMBEDDING_TARGET_DISPLAY;
374 .putExtra(EXTRA_EMBEDDING_TARGET_DISPLAY, newDisplay.mId)); in testCanAccessPrivateVirtualDisplayByUidPresentOnDisplayActivityEmbeddingAllowed()
400 .putExtra(EXTRA_EMBEDDING_TARGET_DISPLAY, newDisplay.mId)); in testCanAccessPrivateVirtualDisplayByUidPresentOnDisplayActivityEmbeddingNotAllowed()