Searched refs:TEST_ACTIVITY_ACTION_FINISH_SELF (Results 1 – 5 of 5) sorted by relevance
28 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()
43 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()
34 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;569 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in testVisibilityWithTranslucentAndTopFinishingActivity()
341 public static final String TEST_ACTIVITY_ACTION_FINISH_SELF = field in Components.TestActivity
96 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;1451 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in testNoResumeAfterTaskOverlayFinishes()