Searched refs:getAdjSource (Results 1 – 4 of 4) sorted by relevance
4178 if (state.getAdjSource() instanceof ProcessRecord) {4179 currApp.importanceReasonPid = ((ProcessRecord) state.getAdjSource()).getPid();4183 } else if (state.getAdjSource() instanceof ActivityServiceConnectionsHolder) {4185 (ActivityServiceConnectionsHolder) state.getAdjSource();4659 if (state.getAdjSource() != null || state.getAdjTarget() != null) {4666 if (state.getAdjSource() instanceof ProcessRecord) {4667 ProcessRecord p = (ProcessRecord) state.getAdjSource();4669 } else if (state.getAdjSource() != null) {4670 proto.write(ProcessOomProto.ADJ_SOURCE_OBJECT, state.getAdjSource().toString());4788 if (state.getAdjSource() != null || state.getAdjTarget() != null) {[all …]
969 Object getAdjSource() { in getAdjSource() method in ProcessStateRecord
3599 + " type=" + state.getAdjType() + " source=" + state.getAdjSource() in applyOomAdjLSP()
6945 PLcom/android/server/am/ProcessStateRecord;->getAdjSource()Ljava/lang/Object;