Searched refs:START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTRA (Results 1 – 3 of 3) sorted by relevance
25 …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()
45 public static final String START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTRA = field in Components.ForegroundActivity
35 …ackgroundactivity.appa.Components.ForegroundActivity.START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTR…287 intent.putExtra(START_ACTIVITY_FROM_FG_ACTIVITY_DELAY_MS_EXTRA, 2000); in testActivityBlockedWhenLaunchedAfterHomePress()