Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceCompilerMapping.java51 String sysPropValue = SystemProperties.get(getSystemPropertyName(reason)); in getAndCheckValidity() local
52 if (sysPropValue == null || sysPropValue.isEmpty() || in getAndCheckValidity()
53 !DexFile.isValidCompilerFilter(sysPropValue)) { in getAndCheckValidity()
54 throw new IllegalStateException("Value \"" + sysPropValue +"\" not valid " in getAndCheckValidity()
62 if (DexFile.isProfileGuidedCompilerFilter(sysPropValue)) { in getAndCheckValidity()
63 throw new IllegalStateException("\"" + sysPropValue + "\" is profile-guided, " in getAndCheckValidity()
69 return sysPropValue; in getAndCheckValidity()