Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessServiceRecord.java59 private boolean mHasTopStartedAlmostPerceptibleServices; field in ProcessServiceRecord
277 mHasTopStartedAlmostPerceptibleServices = false; in updateHasTopStartedAlmostPerceptibleServices()
284 if (!mHasTopStartedAlmostPerceptibleServices && isAlmostPerceptible(sr)) { in updateHasTopStartedAlmostPerceptibleServices()
285 mHasTopStartedAlmostPerceptibleServices = true; in updateHasTopStartedAlmostPerceptibleServices()
310 return mHasTopStartedAlmostPerceptibleServices in hasTopStartedAlmostPerceptibleServices()
418 if (!mHasTopStartedAlmostPerceptibleServices) { in startService()
419 mHasTopStartedAlmostPerceptibleServices = isAlmostPerceptible(record); in startService()
618 if (mHasTopStartedAlmostPerceptibleServices in dump()
621 pw.print(mHasTopStartedAlmostPerceptibleServices); in dump()