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()
32 import static android.server.am.Components.PipActivity.EXTRA_FINISH_SELF_ON_RESUME;194 if (getIntent().hasExtra(EXTRA_FINISH_SELF_ON_RESUME)) { in onResume()
274 public static final String EXTRA_FINISH_SELF_ON_RESUME = "finish_self_on_resume"; field in Components.PipActivity
50 import static android.server.am.Components.PipActivity.EXTRA_FINISH_SELF_ON_RESUME;506 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testAutoEnterPictureInPictureFinish()1140 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchMultipleTasks()1171 EXTRA_FINISH_SELF_ON_RESUME, "true"); in testLaunchTaskByAffinityMatchSingleTask()