Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DSendPendingIntentReceiver.java21 import static android.server.wm.backgroundactivity.appa.Components.APP_A_START_ACTIVITY_RECEIVER;
54 newIntent.setComponent(APP_A_START_ACTIVITY_RECEIVER); in onReceive()
DComponents.java32 public static final ComponentName APP_A_START_ACTIVITY_RECEIVER = field in Components
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java28 import static android.server.wm.backgroundactivity.appa.Components.APP_A_START_ACTIVITY_RECEIVER;
146 intent.setComponent(APP_A_START_ACTIVITY_RECEIVER); in testBackgroundActivityBlocked()
188 secondIntent.setComponent(APP_A_START_ACTIVITY_RECEIVER); in testBackgroundActivityNotBlockedWithinGracePeriod()
204 intent.setComponent(APP_A_START_ACTIVITY_RECEIVER); in testBackgroundActivityNotBlockedWhenSystemAlertWindowGranted()
223 intent.setComponent(APP_A_START_ACTIVITY_RECEIVER); in testBackgroundActivityNotBlockedWhenForegroundActivityExists()
498 intent.setComponent(APP_A_START_ACTIVITY_RECEIVER); in testDeviceOwner()