Searched refs:mAdjSource (Results 1 – 1 of 1) sorted by relevance
336 private Object mAdjSource; field in ProcessStateRecord949 mAdjSource = adjSource; in setAdjSource()954 return mAdjSource; in getAdjSource()1139 if (mAdjSource != null || mAdjTarget != null) { in makeAdjReason()1150 if (mAdjSource instanceof ProcessRecord) { in makeAdjReason()1152 sb.append(((ProcessRecord) mAdjSource).toShortString()); in makeAdjReason()1154 } else if (mAdjSource != null) { in makeAdjReason()1155 sb.append(mAdjSource.toString()); in makeAdjReason()