Home
last modified time | relevance | path

Searched refs:START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTRA (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DForegroundActivity.java25 …ackgroundactivity.appa.Components.ForegroundActivity.START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTR…
68 final int delay = intent.getIntExtra(START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTRA, 0); in onCreate()
DComponents.java45 public static final String START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTRA = field in Components.ForegroundActivity
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java35 …ackgroundactivity.appa.Components.ForegroundActivity.START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTR…
279 intent.putExtra(START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTRA, 2000); in testActivityBlockedWhenLaunchedAfterHomePress()