Searched refs:TEST_ACTIVITY_ACTION_FINISH_SELF (Results 1 – 5 of 5) sorted by relevance
21 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;35 if (intent != null && TEST_ACTIVITY_ACTION_FINISH_SELF.equals(intent.getAction())) {55 registerReceiver(mReceiver, new IntentFilter(TEST_ACTIVITY_ACTION_FINISH_SELF)); in onStart()
44 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;183 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in assertAssistantStackCanLaunchAndReturnFromNewTask()
39 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;506 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in testFinishDockActivityWhileMinimized()
63 import static android.server.wm.app.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;1032 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in testNoResumeAfterTaskOverlayFinishes()1224 mBroadcastActionTrigger.doAction(TEST_ACTIVITY_ACTION_FINISH_SELF); in testEnterPictureInPictureSavePosition()
220 public static final String TEST_ACTIVITY_ACTION_FINISH_SELF = field in Components.TestActivity