Searched refs:shouldTriggerShortFgsTimeout (Results 1 – 3 of 3) sorted by relevance
1845 public boolean shouldTriggerShortFgsTimeout(long nowUptime) { in shouldTriggerShortFgsTimeout() method in ServiceRecord
2337 r.shouldTriggerShortFgsTimeout(nowUptime); in setServiceForegroundInnerLocked()3621 if (!sr.shouldTriggerShortFgsTimeout(nowUptime)) { in onShortFgsTimeout()3668 return sr.shouldTriggerShortFgsTimeout(nowUptime); in shouldServiceTimeOutLocked()
7137 PLcom/android/server/am/ServiceRecord;->shouldTriggerShortFgsTimeout(J)Z