Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityStarter.java1541 || isDocumentLaunchesIntoExisting(mLaunchFlags) in startActivityUnchecked()
2731 static boolean isDocumentLaunchesIntoExisting(int flags) { in isDocumentLaunchesIntoExisting() method in ActivityStarter
DTaskRecord.java1513 && !ActivityStarter.isDocumentLaunchesIntoExisting(launchFlags)) { in performClearTaskLocked()