Searched refs:mLastTopStartedAlmostPerceptibleBindRequestUptimeMs (Results 1 – 1 of 1) sorted by relevance
65 private long mLastTopStartedAlmostPerceptibleBindRequestUptimeMs; field in ProcessServiceRecord278 mLastTopStartedAlmostPerceptibleBindRequestUptimeMs = 0; in updateHasTopStartedAlmostPerceptibleServices()281 mLastTopStartedAlmostPerceptibleBindRequestUptimeMs = Math.max( in updateHasTopStartedAlmostPerceptibleServices()282 mLastTopStartedAlmostPerceptibleBindRequestUptimeMs, in updateHasTopStartedAlmostPerceptibleServices()311 || (mLastTopStartedAlmostPerceptibleBindRequestUptimeMs > 0 in hasTopStartedAlmostPerceptibleServices()312 && SystemClock.uptimeMillis() - mLastTopStartedAlmostPerceptibleBindRequestUptimeMs in hasTopStartedAlmostPerceptibleServices()415 mLastTopStartedAlmostPerceptibleBindRequestUptimeMs = Math.max( in startService()416 mLastTopStartedAlmostPerceptibleBindRequestUptimeMs, in startService()619 || mLastTopStartedAlmostPerceptibleBindRequestUptimeMs > 0) { in dump()623 pw.println(mLastTopStartedAlmostPerceptibleBindRequestUptimeMs); in dump()