Home
last modified time | relevance | path

Searched refs:isDocument (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java319 private boolean isDocument; field in RootWindowContainer.FindTaskResult
341 isDocument = mIntent != null & mIntent.isDocument(); in process()
343 documentData = isDocument ? mIntent.getData() : null; in process()
404 if (taskIntent != null && taskIntent.isDocument()) { in matchingCandidate()
407 } else if (affinityIntent != null && affinityIntent.isDocument()) { in matchingCandidate()
434 } else if (!isDocument && !taskIsDocument in matchingCandidate()
H A DRecentTasks.java1532 final boolean document = intent != null && intent.isDocument(); in findRemoveIndexForAddTask()
1551 final boolean trIsDocument = trIntent != null && trIntent.isDocument(); in findRemoveIndexForAddTask()
H A DTask.java5382 && task.getBaseIntent().isDocument()) {
/aosp12/frameworks/base/core/java/android/content/
H A DIntent.java11745 public boolean isDocument() { in isDocument() method
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13507 Landroid/content/Intent;->isDocument()Z