Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java1854 public boolean shouldDemoteShortFgsProcState(long nowUptime) { in shouldDemoteShortFgsProcState() method in ServiceRecord
DActiveServices.java3677 if (!sr.shouldDemoteShortFgsProcState(nowUptime)) { in onShortFgsProcstateTimeout()