Home
last modified time | relevance | path

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

/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()