Home
last modified time | relevance | path

Searched refs:isDocumentLaunchesIntoExisting (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java2433 || isDocumentLaunchesIntoExisting(mLaunchFlags) in complyActivityFlags()
3242 static boolean isDocumentLaunchesIntoExisting(int flags) { in isDocumentLaunchesIntoExisting() method in ActivityStarter
H A DTask.java1677 && !ActivityStarter.isDocumentLaunchesIntoExisting(launchFlags)) { in clearTopActivities()