Searched refs:getAdjTarget (Results 1 – 3 of 3) sorted by relevance
4003 if (state.getAdjTarget() instanceof ComponentName) {4004 currApp.importanceReasonComponent = (ComponentName) state.getAdjTarget();4471 if (state.getAdjSource() != null || state.getAdjTarget() != null) {4472 if (state.getAdjTarget() instanceof ComponentName) {4473 ComponentName cn = (ComponentName) state.getAdjTarget();4475 } else if (state.getAdjTarget() != null) {4598 if (state.getAdjSource() != null || state.getAdjTarget() != null) {4601 if (state.getAdjTarget() instanceof ComponentName) {4602 pw.print(((ComponentName) state.getAdjTarget()).flattenToShortString());4603 } else if (state.getAdjTarget() != null) {[all …]
973 Object getAdjTarget() { in getAdjTarget() method in ProcessStateRecord
3242 + " target=" + state.getAdjTarget()); in applyOomAdjLSP()