Home
last modified time | relevance | path

Searched refs:EXTRA_START_ACTIVITY_WHEN_IDLE (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
DActivityLifecycleClientTestBase.java94 static final String EXTRA_START_ACTIVITY_WHEN_IDLE = "start_activity_when_idle"; field in ActivityLifecycleClientTestBase
364 final Intent startOnIdle = intent.getParcelableExtra(EXTRA_START_ACTIVITY_WHEN_IDLE); in onCreate()
DActivityLifecycleTests.java434 .putExtra(EXTRA_START_ACTIVITY_WHEN_IDLE, intent1)); in testTrampolineWithAnotherProcess()