Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DLockTaskController.java558 final Intent taskIntent = task.intent; in setLockTaskMode() local
559 if (mLockTaskModeTasks.isEmpty() && taskIntent != null) { in setLockTaskMode()
563 taskIntent.getComponent().getPackageName(), in setLockTaskMode()
DActivityStack.java1132 final Intent taskIntent = task.intent; in findTaskLocked() local
1136 if (taskIntent != null && taskIntent.isDocument()) { in findTaskLocked()
1138 taskDocumentData = taskIntent.getData(); in findTaskLocked()
1148 + taskIntent.getComponent().flattenToShortString() in findTaskLocked()
1152 if (taskIntent != null && taskIntent.getComponent() != null && in findTaskLocked()
1153 taskIntent.getComponent().compareTo(cls) == 0 && in findTaskLocked()