Searched refs:FLAG_ACTIVITY_SINGLE_TOP (Results 1 – 18 of 18) sorted by relevance
57 Intent.FLAG_ACTIVITY_SINGLE_TOP) in <lambda>()
99 addFlags(Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_SINGLE_TOP) in <lambda>()
127 Intent.FLAG_ACTIVITY_CLEAR_TOP | Intent.FLAG_ACTIVITY_SINGLE_TOP)); in bindUi()
220 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP); in startActivity()229 intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP); in stopActivity()
133 .setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_SINGLE_TOP); in testSurfaceChangedOnRotation()
40 import static android.content.Intent.FLAG_ACTIVITY_SINGLE_TOP;487 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, in testSplitScreenDeliverToTop()513 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testSplitScreenTaskToFront()565 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, in testDesktopModeDeliverToTop()588 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testDesktopModeTaskToFront()947 FLAG_ACTIVITY_RESET_TASK_IF_NEEDED | FLAG_ACTIVITY_SINGLE_TOP, false); in testWasVisibleInRestartAttempt()
361 (intent.getFlags()&Intent.FLAG_ACTIVITY_SINGLE_TOP) != 0) { in startActivity()
45 import static android.content.Intent.FLAG_ACTIVITY_SINGLE_TOP;2229 && ((mLaunchFlags & FLAG_ACTIVITY_SINGLE_TOP) != 0 in deliverToCurrentTopIfNeeded()2365 } else if (((mLaunchFlags & FLAG_ACTIVITY_SINGLE_TOP) != 0 in complyActivityFlags()
1714 && (launchFlags & Intent.FLAG_ACTIVITY_SINGLE_TOP) == 0 in clearTopActivities()
2802 | Intent.FLAG_ACTIVITY_SINGLE_TOP in reportAssistContextExtras()
7014 FLAG_ACTIVITY_SINGLE_TOP,7062 FLAG_ACTIVITY_SINGLE_TOP,7218 public static final int FLAG_ACTIVITY_SINGLE_TOP = 0x20000000; field in Intent8845 intent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in parseCommandArgs()
1304 | Intent.FLAG_ACTIVITY_SINGLE_TOP in switchToHomeTvInput()
9236 | Intent.FLAG_ACTIVITY_SINGLE_TOP; in composeQuickContactsIntent()
3109 confIntent.addFlags(Intent.FLAG_ACTIVITY_SINGLE_TOP); in startConfirmationUi()
5457 mActivityStarter.startActivity(intent, true, true, Intent.FLAG_ACTIVITY_SINGLE_TOP); in inflateEmptyShadeView()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7812 field public static final int FLAG_ACTIVITY_SINGLE_TOP = 536870912; // 0x20000000
11466 field public static final int FLAG_ACTIVITY_SINGLE_TOP = 536870912; // 0x20000000