Home
last modified time | relevance | path

Searched refs:TEST_ACTIVITY_ACTION_FINISH_SELF (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DTestActivity.java28 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;
50 if (intent != null && TEST_ACTIVITY_ACTION_FINISH_SELF.equals(intent.getAction())) {
92 registerReceiver(mReceiver, new IntentFilter(TEST_ACTIVITY_ACTION_FINISH_SELF), in onStart()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DAssistantStackTests.java43 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;
187 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in assertAssistantStackCanLaunchAndReturnFromNewTask()
306 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in testTranslucentAssistantActivityStackVisibility()
/cts/tests/framework/base/windowmanager/src/android/server/wm/window/
DMultiWindowTests.java34 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;
569 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in testVisibilityWithTranslucentAndTopFinishingActivity()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java341 public static final String TEST_ACTIVITY_ACTION_FINISH_SELF = field in Components.TestActivity
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java96 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;
1451 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in testNoResumeAfterTaskOverlayFinishes()