Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DOomAdjuster.java464 final ServiceThread adjusterThread = in createAdjusterThread() local
466 adjusterThread.start(); in createAdjusterThread()
467 return adjusterThread; in createAdjusterThread()
471 ServiceThread adjusterThread) { in OomAdjuster() argument
472 this(service, processList, activeUids, adjusterThread, new Injector()); in OomAdjuster()
481 ServiceThread adjusterThread, Injector injector) { in OomAdjuster() argument
494 mProcessGroupHandler = new Handler(adjusterThread.getLooper(), msg -> { in OomAdjuster()
DOomAdjusterModernImpl.java762 ActiveUids activeUids, ServiceThread adjusterThread) { in OomAdjusterModernImpl() argument
763 super(service, processList, activeUids, adjusterThread); in OomAdjusterModernImpl()