HomeSort by relevance Sort by last modified time
    Searched refs:adjSource (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 133 Object adjSource; // Debugging: option dependent object.
134 int adjSourceProcState; // Debugging: proc state of adjSource's process.
586 if (adjSource != null || adjTarget != null) {
597 if (adjSource instanceof ProcessRecord) {
599 sb.append(((ProcessRecord)adjSource).toShortString());
601 } else if (adjSource != null) {
602 sb.append(adjSource.toString());
ActivityManagerService.java     [all...]

Completed in 856 milliseconds