Searched refs:FINISH_FIRST (Results 1 – 4 of 4) sorted by relevance
39 public final String FINISH_FIRST = "FINISH_FIRST_EXTRA"; field in CommonComponents.CommonForegroundActivityExtras
83 public final String FINISH_FIRST = "FINISH_FIRST_EXTRA"; field in Components.ForegroundActivityExtra
56 || intent.getBooleanExtra(mA.FOREGROUND_ACTIVITY_EXTRA.FINISH_FIRST, false)) {
230 .withBroadcastExtra(COMMON_FOREGROUND_ACTIVITY_EXTRAS.FINISH_FIRST, true) in testTopFinishesThenLaunchesActivity_launchAllowed()