Searched refs:oldTask (Results 1 – 3 of 3) sorted by relevance
127 final Task oldTask = createTask(mDisplayContent); in testCreateInfo_NewTask() local128 final ActivityRecord closing = createActivityRecord(oldTask); in testCreateInfo_NewTask()132 changes.put(oldTask, new Transition.ChangeInfo(true /* vis */, true /* exChg */)); in testCreateInfo_NewTask()144 participants.add(oldTask); in testCreateInfo_NewTask()159 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()167 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()170 participants.remove(oldTask); in testCreateInfo_NewTask()175 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()187 final Task oldTask = createTask(mDisplayContent); in testCreateInfo_NestedTasks() local188 final ActivityRecord closing = createActivityRecord(oldTask); in testCreateInfo_NestedTasks()[all …]
3850 final Task oldTask = mFocusedApp != null ? mFocusedApp.getTask() : null; in setFocusedApp() local3853 if (oldTask != newTask) { in setFocusedApp()3854 if (oldTask != null) oldTask.onAppFocusChanged(false); in setFocusedApp()
1533 final Task oldTask = oldParent != null ? oldParent.getTask() : null; in onParentChanged() local1554 if (oldTask != null) { in onParentChanged()1555 mAtmService.notifyTaskPersisterLocked(oldTask, false); in onParentChanged()