Searched refs:nextTaskId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskRecord.java | 405 int nextTaskId, int taskAffiliationColor, int callingUid, String callingPackage, in TaskRecord() argument 435 mNextAffiliateTaskId = nextTaskId; in TaskRecord() 2747 int nextTaskId, int taskAffiliationColor, int callingUid, String callingPackage, in create() argument 2754 prevTaskId, nextTaskId, taskAffiliationColor, callingUid, callingPackage, in create() 2786 int nextTaskId = INVALID_TASK_ID; in restoreFromXml() local 2858 nextTaskId = Integer.parseInt(attrValue); in restoreFromXml() 2969 taskAffiliation, prevTaskId, nextTaskId, taskAffiliationColor, callingUid, in restoreFromXml()
|
D | ActivityStackSupervisor.java | 515 int nextTaskId = taskId + 1; in nextTaskIdForUser() local 516 if (nextTaskId == (userId + 1) * MAX_TASK_IDS_PER_USER) { in nextTaskIdForUser() 518 nextTaskId -= MAX_TASK_IDS_PER_USER; in nextTaskIdForUser() 520 return nextTaskId; in nextTaskIdForUser()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TaskRecordTests.java | 524 int taskAffiliation, int prevTaskId, int nextTaskId, int taskAffiliationColor, in create() argument
|