Home
last modified time | relevance | path

Searched refs:LAUNCH_BROADCAST_RECEIVER (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySecurityTests.java25 import static android.server.wm.app.Components.LAUNCH_BROADCAST_RECEIVER;
118 .setUseBroadcastReceiver(LAUNCH_BROADCAST_RECEIVER, LAUNCH_BROADCAST_ACTION) in testLaunchWithoutPermissionOnVirtualDisplayByOwner()
309 .setPackage(LAUNCH_BROADCAST_RECEIVER.getPackageName()) in testCantAccessPrivateVirtualDisplayByOwner()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java199 public static final ComponentName LAUNCH_BROADCAST_RECEIVER = field in Components