Searched refs:thresholdMs (Results 1 – 2 of 2) sorted by relevance
255 void maybeLogLongBlockingComponents(List<String> blockingComponentNames, long thresholdMs) { in maybeLogLongBlockingComponents() argument263 record.logLongRebootBlockingIfNecessary(thresholdMs); in maybeLogLongBlockingComponents()285 void maybeLogLongBlockingApps(List<Integer> blockingAppUids, long thresholdMs) { in maybeLogLongBlockingApps() argument293 record.logLongRebootBlockingIfNecessary(thresholdMs); in maybeLogLongBlockingApps()415 private void logLongRebootBlockingIfNecessary(long thresholdMs) { in logLongRebootBlockingIfNecessary() argument417 if ((now - mLastMetricLoggedTime) > thresholdMs) { in logLongRebootBlockingIfNecessary()
313 long thresholdMs = in getRecentEmergencyCallThresholdMs() local316 return thresholdMs > 0 ? thresholdMs : RECENT_EMERGENCY_CALL_THRESHOLD_MS; in getRecentEmergencyCallThresholdMs()