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()
351 public static final String EXTRA_FINISH_SELF_ON_RESUME = "finish_self_on_resume"; field in Components.PipActivity
49 import static android.server.wm.app.Components.PipActivity.EXTRA_FINISH_SELF_ON_RESUME;511 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testAutoEnterPictureInPictureFinish()1077 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchMultipleTasks()1106 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchSingleTask()