Searched refs:EXTRA_FINISH_AFTER_RESUME (Results 1 – 2 of 2) sorted by relevance
62 static final String EXTRA_FINISH_AFTER_RESUME = "finish_after_resume"; field in ActivityLifecycleClientTestBase365 } else if (intent.getBooleanExtra(EXTRA_FINISH_AFTER_RESUME, false)) { in onResume()
432 intent.putExtra(EXTRA_FINISH_AFTER_RESUME, true); in testOnActivityResultAfterStop()