Searched refs:taskIntent (Results 1 – 2 of 2) sorted by relevance
558 final Intent taskIntent = task.intent; in setLockTaskMode() local559 if (mLockTaskModeTasks.isEmpty() && taskIntent != null) { in setLockTaskMode()563 taskIntent.getComponent().getPackageName(), in setLockTaskMode()
1132 final Intent taskIntent = task.intent; in findTaskLocked() local1136 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()