Searched refs:getAdjSource (Results 1 – 4 of 4) sorted by relevance
3784 if (state.getAdjSource() instanceof ProcessRecord) { in getRunningAppProcessesLOSP()3785 currApp.importanceReasonPid = ((ProcessRecord) state.getAdjSource()).getPid(); in getRunningAppProcessesLOSP()3789 } else if (state.getAdjSource() instanceof ActivityServiceConnectionsHolder) { in getRunningAppProcessesLOSP()3791 (ActivityServiceConnectionsHolder) state.getAdjSource(); in getRunningAppProcessesLOSP()4265 if (state.getAdjSource() != null || state.getAdjTarget() != null) { in writeProcessOomListToProto()4272 if (state.getAdjSource() instanceof ProcessRecord) { in writeProcessOomListToProto()4273 ProcessRecord p = (ProcessRecord) state.getAdjSource(); in writeProcessOomListToProto()4275 } else if (state.getAdjSource() != null) { in writeProcessOomListToProto()4276 proto.write(ProcessOomProto.ADJ_SOURCE_OBJECT, state.getAdjSource().toString()); in writeProcessOomListToProto()4392 if (state.getAdjSource() != null || state.getAdjTarget() != null) { in dumpProcessOomList()[all …]
886 Object getAdjSource() { in getAdjSource() method in ProcessStateRecord
2842 + " type=" + state.getAdjType() + " source=" + state.getAdjSource() in applyOomAdjLSP()
8916 HPLcom/android/server/am/ProcessStateRecord;->getAdjSource()Ljava/lang/Object;