Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/server/
DSystemConfig.java61 private static final int ALLOW_APP_CONFIGS = 0x08; field in SystemConfig
236 ALLOW_APP_CONFIGS; in SystemConfig()
242 int odmPermissionFlag = ALLOW_LIBS | ALLOW_FEATURES | ALLOW_APP_CONFIGS; in SystemConfig()
328 boolean allowAppConfigs = (permissionFlag & ALLOW_APP_CONFIGS) != 0; in readPermissionsFromXml()