Searched refs:mLaunchRootTask (Results 1 – 1 of 1) sorted by relevance
51 private ActivityManager.RunningTaskInfo mLaunchRootTask; field in LaunchRootCarTaskView59 if (mLaunchRootTask == null && !taskInfo.hasParentTask()) {77 if (mLaunchRootTask != null78 && mLaunchRootTask.taskId == taskInfo.taskId) {100 if (mLaunchRootTask != null101 && mLaunchRootTask.taskId == taskInfo.taskId) {153 if (mLaunchRootTask == null) { in clearLaunchRootTask()158 wct.setLaunchRoot(mLaunchRootTask.token, null, null); in clearLaunchRootTask()161 mShellTaskOrganizer.deleteRootTask(mLaunchRootTask.token); in clearLaunchRootTask()162 mLaunchRootTask = null; in clearLaunchRootTask()[all …]