Home
last modified time | relevance | path

Searched refs:getAdjSource (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java3990 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 …]
H A DProcessStateRecord.java953 Object getAdjSource() { in getAdjSource() method in ProcessStateRecord
H A DOomAdjuster.java3241 + " type=" + state.getAdjType() + " source=" + state.getAdjSource() in applyOomAdjLSP()