Searched refs:mPrevAffiliate (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/am/
H A DRecentTasks.java445 if (cur.mPrevAffiliate != null) {
448 + cur.mPrevAffiliate);
455 if (cur.mPrevAffiliate == null) {
458 + cur.mPrevAffiliate + " but should be id "
459 + cur.mPrevAffiliate);
587 other = task.mPrevAffiliate;
741 if (startTask.taskId == affiliateId && startTask.mPrevAffiliate == null &&
778 if (next.mPrevAffiliate != prev) {
779 Slog.w(TAG, "Link error 2 next=" + next + " prev=" + next.mPrevAffiliate +
794 if (last.mPrevAffiliate !
[all...]
H A DTaskRecord.java291 TaskRecord mPrevAffiliate; // previous task in affiliated chain. field in class:TaskRecord
926 mPrevAffiliate = prevAffiliate;
981 if (mPrevAffiliate != null) {
982 mPrevAffiliate.setNextAffiliate(mNextAffiliate);
985 mNextAffiliate.setPrevAffiliate(mPrevAffiliate);
1013 if (nextRecents.mPrevAffiliate == taskToAffiliateWith) {
2297 || mPrevAffiliate != null || mNextAffiliateTaskId != INVALID_TASK_ID
2302 if (mPrevAffiliate == null) {
2305 pw.print(Integer.toHexString(System.identityHashCode(mPrevAffiliate)));

Completed in 42 milliseconds