Searched refs:mTaskId (Results 1 – 2 of 2) sorted by relevance
1074 final int mTaskId; field in TaskPersister.OtherDeviceTask1085 mTaskId = taskId; in OtherDeviceTask()1092 return mTaskId - another.mTaskId; in compareTo()
19616 private int mTaskId; field in ActivityManagerService.AppTaskImpl19620 mTaskId = taskId; in AppTaskImpl()19638 if (!removeTaskByIdLocked(mTaskId, false)) { in finishAndRemoveTask()19639 throw new IllegalArgumentException("Unable to find task ID " + mTaskId); in finishAndRemoveTask()19654 TaskRecord tr = recentTaskForIdLocked(mTaskId); in getTaskInfo()19656 throw new IllegalArgumentException("Unable to find task ID " + mTaskId); in getTaskInfo()19669 startActivityFromRecentsInner(mTaskId, null); in moveToFront()19681 tr = recentTaskForIdLocked(mTaskId); in startActivity()19683 throw new IllegalArgumentException("Unable to find task ID " + mTaskId); in startActivity()19702 TaskRecord tr = recentTaskForIdLocked(mTaskId); in setExcludeFromRecents()[all …]