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