Searched refs:RECENT_EMERGENCY_CALL_THRESHOLD_MS (Results 1 – 1 of 1) sorted by relevance
52 private static final long RECENT_EMERGENCY_CALL_THRESHOLD_MS = 1000 * 60 * 60 * 24 * 2; field in FilteredNumbersUtil363 return thresholdMs > 0 ? thresholdMs : RECENT_EMERGENCY_CALL_THRESHOLD_MS; in getRecentEmergencyCallThresholdMs()365 return RECENT_EMERGENCY_CALL_THRESHOLD_MS; in getRecentEmergencyCallThresholdMs()