Searched refs:performClearTaskLocked (Results 1 – 5 of 5) sorted by relevance
461 task.performClearTaskLocked(); in clearLockedTask()652 lockedTask.performClearTaskLocked(); in updateLockTaskPackages()
1457 void performClearTaskLocked() { in performClearTaskLocked() method in TaskRecord1465 final ActivityRecord result = performClearTaskLocked(newR, launchFlags); in performClearTaskForReuseLocked()1481 final ActivityRecord performClearTaskLocked(ActivityRecord newR, int launchFlags) { in performClearTaskLocked() method in TaskRecord
2224 task.performClearTaskLocked(); in setTaskFromIntentActivity()2229 final ActivityRecord top = intentActivity.getTaskRecord().performClearTaskLocked( in setTaskFromIntentActivity()2410 ActivityRecord top = sourceTask.performClearTaskLocked(mStartActivity, mLaunchFlags); in setTaskFromSourceRecord()
552 verify(tr2).performClearTaskLocked(); in testUpdateLockTaskPackages_taskRemoved()564 verify(tr1).performClearTaskLocked(); in testUpdateLockTaskPackages_taskRemoved()
16954 PLcom/android/server/wm/TaskRecord;->performClearTaskLocked()V16955 HSPLcom/android/server/wm/TaskRecord;->performClearTaskLocked(Lcom/android/server/wm/ActivityRecord…