Searched refs:TEST_ACTIVITY_ACTION_FINISH_SELF (Results 1 – 5 of 5) sorted by relevance
19 import static android.server.am.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;34 if (intent != null && TEST_ACTIVITY_ACTION_FINISH_SELF.equals(intent.getAction())) {54 registerReceiver(mReceiver, new IntentFilter(TEST_ACTIVITY_ACTION_FINISH_SELF)); in onStart()
44 import static android.server.am.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;188 executeShellCommand("am broadcast -a " + TEST_ACTIVITY_ACTION_FINISH_SELF); in assertAssistantStackCanLaunchAndReturnFromNewTask()
38 import static android.server.am.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;507 executeShellCommand("am broadcast -a " + TEST_ACTIVITY_ACTION_FINISH_SELF); in testFinishDockActivityWhileMinimized()
65 import static android.server.am.Components.TestActivity.TEST_ACTIVITY_ACTION_FINISH_SELF;1059 executeShellCommand("am broadcast -a " + TEST_ACTIVITY_ACTION_FINISH_SELF); in testNoResumeAfterTaskOverlayFinishes()1268 executeShellCommand("am broadcast -a " + TEST_ACTIVITY_ACTION_FINISH_SELF); in testEnterPictureInPictureSavePosition()
150 public static final String TEST_ACTIVITY_ACTION_FINISH_SELF = field in Components.TestActivity