Searched refs:mAdjSource (Results 1 – 1 of 1) sorted by relevance
321 private Object mAdjSource; field in ProcessStateRecord906 mAdjSource = adjSource; in setAdjSource()911 return mAdjSource; in getAdjSource()1090 if (mAdjSource != null || mAdjTarget != null) { in makeAdjReason()1101 if (mAdjSource instanceof ProcessRecord) { in makeAdjReason()1103 sb.append(((ProcessRecord) mAdjSource).toShortString()); in makeAdjReason()1105 } else if (mAdjSource != null) { in makeAdjReason()1106 sb.append(mAdjSource.toString()); in makeAdjReason()