Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/filterednumber/
DFilteredNumbersUtil.java360 long thresholdMs = Settings.System.getLong( in getRecentEmergencyCallThresholdMs() local
363 return thresholdMs > 0 ? thresholdMs : RECENT_EMERGENCY_CALL_THRESHOLD_MS; in getRecentEmergencyCallThresholdMs()