Home
last modified time | relevance | path

Searched refs:thresholdMs (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Scheduling/service/java/com/android/server/scheduling/
DRebootReadinessLogger.java255 void maybeLogLongBlockingComponents(List<String> blockingComponentNames, long thresholdMs) { in maybeLogLongBlockingComponents() argument
263 record.logLongRebootBlockingIfNecessary(thresholdMs); in maybeLogLongBlockingComponents()
285 void maybeLogLongBlockingApps(List<Integer> blockingAppUids, long thresholdMs) { in maybeLogLongBlockingApps() argument
293 record.logLongRebootBlockingIfNecessary(thresholdMs); in maybeLogLongBlockingApps()
415 private void logLongRebootBlockingIfNecessary(long thresholdMs) { in logLongRebootBlockingIfNecessary() argument
417 if ((now - mLastMetricLoggedTime) > thresholdMs) { in logLongRebootBlockingIfNecessary()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumbersUtil.java313 long thresholdMs = in getRecentEmergencyCallThresholdMs() local
316 return thresholdMs > 0 ? thresholdMs : RECENT_EMERGENCY_CALL_THRESHOLD_MS; in getRecentEmergencyCallThresholdMs()