Searched refs:PRECOMPILE_LAYOUTS (Results 1 – 3 of 3) sorted by relevance
227 if (SystemProperties.getBoolean(mPm.PRECOMPILE_LAYOUTS, false)) { in performDexOptUpgrade()
64 import static com.android.server.pm.PackageManagerService.PRECOMPILE_LAYOUTS;2517 if (SystemProperties.getBoolean(PRECOMPILE_LAYOUTS, false)) { in executePostCommitStepsLIF()
361 static final String PRECOMPILE_LAYOUTS = "pm.precompile_layouts"; field in PackageManagerService