Home
last modified time | relevance | path

Searched refs:attributedClient (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBindRecord.java31 final ProcessRecord attributedClient; // The binding was done by the system on behalf field in AppBindRecord
39 pw.println(prefix + "attributedClient=" + attributedClient); in dump()
59 attributedClient = _attributedClient; in AppBindRecord()
H A DOomAdjuster.java806 ProcessRecord attributedApp = cr.binding.attributedClient; in collectReachableProcessesLocked()
2269 if (app.isSdkSandbox && cr.binding.attributedClient != null) { in computeOomAdjLSP()
2272 client = cr.binding.attributedClient; in computeOomAdjLSP()