Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/appSecondUid/src/android/server/wm/second/
DComponents.java45 public static final ComponentName SECOND_LAUNCH_BROADCAST_RECEIVER = field in Components
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplaySecurityTests.java37 import static android.server.wm.second.Components.SECOND_LAUNCH_BROADCAST_RECEIVER;
133 .setUseBroadcastReceiver(SECOND_LAUNCH_BROADCAST_RECEIVER, in testLaunchWithoutPermissionOnVirtualDisplay()
518 .setUseBroadcastReceiver(SECOND_LAUNCH_BROADCAST_RECEIVER, in testPermissionLaunchFromAppOnSecondary()
583 .setUseBroadcastReceiver(SECOND_LAUNCH_BROADCAST_RECEIVER, in testPermissionLaunchFromDifferentApp()
DMultiDisplayActivityLaunchTests.java58 import static android.server.wm.second.Components.SECOND_LAUNCH_BROADCAST_RECEIVER;
505 .setUseBroadcastReceiver(SECOND_LAUNCH_BROADCAST_RECEIVER, in testConsequentLaunchActivityFromVirtualDisplayToTargetDisplay()