Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java1845 public boolean shouldTriggerShortFgsTimeout(long nowUptime) { in shouldTriggerShortFgsTimeout() method in ServiceRecord
DActiveServices.java2337 r.shouldTriggerShortFgsTimeout(nowUptime); in setServiceForegroundInnerLocked()
3621 if (!sr.shouldTriggerShortFgsTimeout(nowUptime)) { in onShortFgsTimeout()
3668 return sr.shouldTriggerShortFgsTimeout(nowUptime); in shouldServiceTimeOutLocked()
/frameworks/base/services/
Dart-wear-profile7137 PLcom/android/server/am/ServiceRecord;->shouldTriggerShortFgsTimeout(J)Z