Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterFlags.java374 Long timeout = getLongValueFromStringMapping(refreshSourcesTimeouts, refreshReason); in getRefreshSourcesTimeout()
397 Long maxCount = getLongValueFromStringMapping(maxCountsConfigString, severityLevel); in getResurfaceIssueMaxCount()
422 Long delayMillis = getLongValueFromStringMapping(delaysConfigString, severityLevel); in getResurfaceIssueDelay()
572 private static Long getLongValueFromStringMapping(String mapping, int key) { in getLongValueFromStringMapping() method in SafetyCenterFlags