Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DProcessServiceRecord.java62 private boolean mHasTopStartedAlmostPerceptibleServices; field in ProcessServiceRecord
290 mHasTopStartedAlmostPerceptibleServices = false; in updateHasTopStartedAlmostPerceptibleServices()
297 if (!mHasTopStartedAlmostPerceptibleServices && isAlmostPerceptible(sr)) { in updateHasTopStartedAlmostPerceptibleServices()
298 mHasTopStartedAlmostPerceptibleServices = true; in updateHasTopStartedAlmostPerceptibleServices()
323 return mHasTopStartedAlmostPerceptibleServices in hasTopStartedAlmostPerceptibleServices()
434 if (!mHasTopStartedAlmostPerceptibleServices) { in startService()
435 mHasTopStartedAlmostPerceptibleServices = isAlmostPerceptible(record); in startService()
709 if (mHasTopStartedAlmostPerceptibleServices in dump()
712 pw.print(mHasTopStartedAlmostPerceptibleServices); in dump()