Searched refs:EXTRA_START_ACTIVITY_WHEN_IDLE (Results 1 – 3 of 3) sorted by relevance
26 …port static android.server.wm.activity.lifecycle.LifecycleConstants.EXTRA_START_ACTIVITY_WHEN_IDLE;60 final Intent startOnIdle = intent.getParcelableExtra(EXTRA_START_ACTIVITY_WHEN_IDLE); in onCreate()
55 static final String EXTRA_START_ACTIVITY_WHEN_IDLE = "start_activity_when_idle"; field in LifecycleConstants
41 …port static android.server.wm.activity.lifecycle.LifecycleConstants.EXTRA_START_ACTIVITY_WHEN_IDLE;463 .putExtra(EXTRA_START_ACTIVITY_WHEN_IDLE, intent1)); in testTrampolineWithAnotherProcess()