Searched refs:RECENT_EMERGENCY_CALL_THRESHOLD_MS (Results 1 – 1 of 1) sorted by relevance
58 static final long RECENT_EMERGENCY_CALL_THRESHOLD_MS = TimeUnit.DAYS.toMillis(2); field in FilteredNumbersUtil316 return thresholdMs > 0 ? thresholdMs : RECENT_EMERGENCY_CALL_THRESHOLD_MS; in getRecentEmergencyCallThresholdMs()318 return RECENT_EMERGENCY_CALL_THRESHOLD_MS; in getRecentEmergencyCallThresholdMs()