Searched refs:getAdjSource (Results 1 – 3 of 3) sorted by relevance
3990 if (state.getAdjSource() instanceof ProcessRecord) {3997 (ActivityServiceConnectionsHolder) state.getAdjSource();4471 if (state.getAdjSource() != null || state.getAdjTarget() != null) {4478 if (state.getAdjSource() instanceof ProcessRecord) {4479 ProcessRecord p = (ProcessRecord) state.getAdjSource();4481 } else if (state.getAdjSource() != null) {4598 if (state.getAdjSource() != null || state.getAdjTarget() != null) {4609 if (state.getAdjSource() instanceof ProcessRecord) {4611 pw.print(((ProcessRecord) state.getAdjSource()).toShortString());4613 } else if (state.getAdjSource() != null) {[all …]
953 Object getAdjSource() { in getAdjSource() method in ProcessStateRecord
3241 + " type=" + state.getAdjType() + " source=" + state.getAdjSource() in applyOomAdjLSP()