Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageProperty.java53 private ArrayMap<String, ArrayMap<String, ArrayList<Property>>> mApplicationProperties; field in PackageProperty
81 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()