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 130 Object adjSource; // Debugging: option dependent object.
131 int adjSourceProcState; // Debugging: proc state of adjSource's process.
573 if (adjSource != null || adjTarget != null) {
584 if (adjSource instanceof ProcessRecord) {
586 sb.append(((ProcessRecord)adjSource).toShortString());
588 } else if (adjSource != null) {
589 sb.append(adjSource.toString());
ActivityManagerService.java     [all...]

Completed in 35 milliseconds