Searched refs:mAdjSource (Results 1 – 1 of 1) sorted by relevance
320 private Object mAdjSource; field in ProcessStateRecord882 mAdjSource = adjSource; in setAdjSource()887 return mAdjSource; in getAdjSource()1056 if (mAdjSource != null || mAdjTarget != null) { in makeAdjReason()1067 if (mAdjSource instanceof ProcessRecord) { in makeAdjReason()1069 sb.append(((ProcessRecord) mAdjSource).toShortString()); in makeAdjReason()1071 } else if (mAdjSource != null) { in makeAdjReason()1072 sb.append(mAdjSource.toString()); in makeAdjReason()