Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchBroadcastReceiver.java22 import static android.server.wm.app.Components.LaunchBroadcastReceiver.LAUNCH_BROADCAST_ACTION;
46 if (intent.getAction().equals(LAUNCH_BROADCAST_ACTION)) { in onReceive()
DComponents.java206 public static final String LAUNCH_BROADCAST_ACTION = field in Components.LaunchBroadcastReceiver
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySecurityTests.java29 import static android.server.wm.app.Components.LaunchBroadcastReceiver.LAUNCH_BROADCAST_ACTION;
118 .setUseBroadcastReceiver(LAUNCH_BROADCAST_RECEIVER, LAUNCH_BROADCAST_ACTION) in testLaunchWithoutPermissionOnVirtualDisplayByOwner()