Searched refs:nextTaskId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | TaskRecordTests.java | 191 int taskAffiliation, int prevTaskId, int nextTaskId, int taskAffiliationColor, in create() argument
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | TaskRecord.java | 384 int nextTaskId, int taskAffiliationColor, int callingUid, String callingPackage, in TaskRecord() argument 414 mNextAffiliateTaskId = nextTaskId; in TaskRecord() 2253 int nextTaskId, int taskAffiliationColor, int callingUid, String callingPackage, in create() argument 2260 prevTaskId, nextTaskId, taskAffiliationColor, callingUid, callingPackage, in create() 2292 int nextTaskId = INVALID_TASK_ID; in restoreFromXml() local 2364 nextTaskId = Integer.parseInt(attrValue); in restoreFromXml() 2474 taskAffiliation, prevTaskId, nextTaskId, taskAffiliationColor, callingUid, in restoreFromXml()
|
D | ActivityStackSupervisor.java | 926 int nextTaskId = taskId + 1; in nextTaskIdForUser() local 927 if (nextTaskId == (userId + 1) * MAX_TASK_IDS_PER_USER) { in nextTaskIdForUser() 929 nextTaskId -= MAX_TASK_IDS_PER_USER; in nextTaskIdForUser() 931 return nextTaskId; in nextTaskIdForUser()
|