Home
last modified time | relevance | path

Searched refs:prevTaskId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java254 int taskAffiliation, int prevTaskId, int nextTaskId, int taskAffiliationColor, in TaskRecord() argument
286 mPrevAffiliateTaskId = prevTaskId; in TaskRecord()
1008 int prevTaskId = INVALID_TASK_ID; in restoreFromXml() local
1058 prevTaskId = Integer.valueOf(attrValue); in restoreFromXml()
1129 taskDescription, taskAffiliation, prevTaskId, nextTaskId, taskAffiliationColor, in restoreFromXml()