Searched refs:mAdjSource (Results 1 – 1 of 1) sorted by relevance
326 private Object mAdjSource; field in ProcessStateRecord965 mAdjSource = adjSource; in setAdjSource()970 return mAdjSource; in getAdjSource()1182 if (mAdjSource != null || mAdjTarget != null) { in makeAdjReason()1193 if (mAdjSource instanceof ProcessRecord) { in makeAdjReason()1195 sb.append(((ProcessRecord) mAdjSource).toShortString()); in makeAdjReason()1197 } else if (mAdjSource != null) { in makeAdjReason()1198 sb.append(mAdjSource.toString()); in makeAdjReason()