Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/backgroundactivity/AppA/src/android/server/wm/backgroundactivity/appa/
DForegroundActivity.java24 …server.wm.backgroundactivity.appa.Components.ForegroundActivity.RELAUNCH_FOREGROUND_ACTIVITY_EXTRA;
65 mRelaunch = intent.getBooleanExtra(RELAUNCH_FOREGROUND_ACTIVITY_EXTRA, false); in onCreate()
DComponents.java43 public static final String RELAUNCH_FOREGROUND_ACTIVITY_EXTRA = field in Components.ForegroundActivity
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java34 …server.wm.backgroundactivity.appa.Components.ForegroundActivity.RELAUNCH_FOREGROUND_ACTIVITY_EXTRA;
336 intent.putExtra(RELAUNCH_FOREGROUND_ACTIVITY_EXTRA, true); in testActivityBlockedWhenForegroundActivityRestartsItself()