Home
last modified time | relevance | path

Searched refs:FINISH_FIRST (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/common/src/android/server/wm/backgroundactivity/common/
DCommonComponents.java39 public final String FINISH_FIRST = "FINISH_FIRST_EXTRA"; field in CommonComponents.CommonForegroundActivityExtras
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DComponents.java83 public final String FINISH_FIRST = "FINISH_FIRST_EXTRA"; field in Components.ForegroundActivityExtra
DForegroundActivity.java56 || intent.getBooleanExtra(mA.FOREGROUND_ACTIVITY_EXTRA.FINISH_FIRST, false)) {
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DActivitySecurityModelTest.java230 .withBroadcastExtra(COMMON_FOREGROUND_ACTIVITY_EXTRAS.FINISH_FIRST, true) in testTopFinishesThenLaunchesActivity_launchAllowed()