Searched refs:mHasTopStartedAlmostPerceptibleServices (Results 1 – 1 of 1) sorted by relevance
59 private boolean mHasTopStartedAlmostPerceptibleServices; field in ProcessServiceRecord277 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()