Searched refs:prevTaskId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskRecord.java | 404 TaskDescription _lastTaskDescription, int taskAffiliation, int prevTaskId, in TaskRecord() argument 434 mPrevAffiliateTaskId = prevTaskId; in TaskRecord() 2746 TaskDescription lastTaskDescription, int taskAffiliation, int prevTaskId, in create() argument 2754 prevTaskId, nextTaskId, taskAffiliationColor, callingUid, callingPackage, in create() 2785 int prevTaskId = INVALID_TASK_ID; in restoreFromXml() local 2855 prevTaskId = Integer.parseInt(attrValue); in restoreFromXml() 2969 taskAffiliation, prevTaskId, nextTaskId, taskAffiliationColor, callingUid, in restoreFromXml()
|
/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
|