Searched refs:EXTRA_FINISH_SELF_ON_RESUME (Results 1 – 4 of 4) sorted by relevance
31 private static final String EXTRA_FINISH_SELF_ON_RESUME = "finish_self_on_resume"; field in TestActivityWithSameAffinity56 if (getIntent().hasExtra(EXTRA_FINISH_SELF_ON_RESUME)) { in onResume()
33 import static android.server.wm.app.Components.PipActivity.EXTRA_FINISH_SELF_ON_RESUME;205 if (getIntent().hasExtra(EXTRA_FINISH_SELF_ON_RESUME)) { in onResume()
354 public static final String EXTRA_FINISH_SELF_ON_RESUME = "finish_self_on_resume"; field in Components.PipActivity
50 import static android.server.wm.app.Components.PipActivity.EXTRA_FINISH_SELF_ON_RESUME;516 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testAutoEnterPictureInPictureFinish()1107 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchMultipleTasks()1136 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchSingleTask()