Searched refs:SLOW_LOG_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
46 private static final int SLOW_LOG_INTERVAL_MS = 5000; field in ServiceManager285 if ((nowUptime > (sLastSlowLogUptime + SLOW_LOG_INTERVAL_MS)) in rawGetService()