Searched refs:mServiceProperties (Results 1 – 1 of 1) sorted by relevance
57 private ArrayMap<String, ArrayMap<String, ArrayList<Property>>> mServiceProperties; field in PackageProperty89 propertyMap = mServiceProperties; in queryProperty()121 mServiceProperties = addComponentProperties(pkg.getServices(), mServiceProperties); in addAllProperties()130 mServiceProperties = removeComponentProperties(pkg.getServices(), mServiceProperties); in removeAllProperties()269 if (property == null && mServiceProperties != null) { in getComponentProperty()270 property = getProperty(propertyName, packageName, className, mServiceProperties); in getComponentProperty()