Searched refs:sysPropValue (Results 1 – 2 of 2) sorted by relevance
55 String sysPropValue = SystemProperties.get(getSystemPropertyName(reason)); in getAndCheckValidity() local56 if (sysPropValue == null || sysPropValue.isEmpty() || in getAndCheckValidity()57 !DexFile.isValidCompilerFilter(sysPropValue)) { in getAndCheckValidity()58 throw new IllegalStateException("Value \"" + sysPropValue +"\" not valid " in getAndCheckValidity()60 } else if (!isFilterAllowedForReason(reason, sysPropValue)) { in getAndCheckValidity()61 throw new IllegalStateException("Value \"" + sysPropValue +"\" not allowed " in getAndCheckValidity()65 return sysPropValue; in getAndCheckValidity()
647 String sysPropValue = SystemProperties.get(sysPropKey); in getDowngradeUnusedAppsThresholdInMillis() local648 if (sysPropValue == null || sysPropValue.isEmpty()) { in getDowngradeUnusedAppsThresholdInMillis()652 return TimeUnit.DAYS.toMillis(Long.parseLong(sysPropValue)); in getDowngradeUnusedAppsThresholdInMillis()