Searched refs:mApplicationProperties (Results 1 – 1 of 1) sorted by relevance
53 private ArrayMap<String, ArrayMap<String, ArrayList<Property>>> mApplicationProperties; field in PackageProperty81 propertyMap = mApplicationProperties; in queryProperty()117 mApplicationProperties = addProperties(pkg.getProperties(), mApplicationProperties); in addAllProperties()126 mApplicationProperties = removeProperties(pkg.getProperties(), mApplicationProperties); in removeAllProperties()277 mApplicationProperties != null ? mApplicationProperties.get(propertyName) : null; in getApplicationProperty()