Searched refs:adjSource (Results 1 – 2 of 2) sorted by relevance
157 Object adjSource; // Debugging: option dependent object. field in ProcessRecord663 if (adjSource != null || adjTarget != null) { in makeAdjReason()674 if (adjSource instanceof ProcessRecord) { in makeAdjReason()676 sb.append(((ProcessRecord)adjSource).toShortString()); in makeAdjReason()678 } else if (adjSource != null) { in makeAdjReason()679 sb.append(adjSource.toString()); in makeAdjReason()
14962 if (app.adjSource instanceof ProcessRecord) {14963 currApp.importanceReasonPid = ((ProcessRecord)app.adjSource).pid;14967 } else if (app.adjSource instanceof ActivityRecord) {14968 ActivityRecord r = (ActivityRecord)app.adjSource;16762 if (r.adjSource != null || r.adjTarget != null) {16773 if (r.adjSource instanceof ProcessRecord) {16775 pw.print(((ProcessRecord)r.adjSource).toShortString());16777 } else if (r.adjSource != null) {16778 pw.println(r.adjSource.toString());20881 app.adjSource = null;[all …]