Searched refs:EXTRA_TARGET_DISPLAY (Results 1 – 3 of 3) sorted by relevance
21 import static android.server.wm.app.Components.LaunchBroadcastReceiver.EXTRA_TARGET_DISPLAY;55 final int displayId = extras.getInt(EXTRA_TARGET_DISPLAY); in onReceive()
181 public static final String EXTRA_TARGET_DISPLAY = "target_display"; field in Components.LaunchBroadcastReceiver
26 import static android.server.wm.app.Components.LaunchBroadcastReceiver.EXTRA_TARGET_DISPLAY;348 .putExtra(EXTRA_TARGET_DISPLAY, newDisplay.mId)); in testCanAccessPrivateVirtualDisplayByOwner()