Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageProperty.java126 mApplicationProperties = removeProperties(pkg.getProperties(), mApplicationProperties); in removeAllProperties()
193 returnCollection = removeProperties(properties, returnCollection); in removeComponentProperties()
199 private static ArrayMap<String, ArrayMap<String, ArrayList<Property>>> removeProperties( in removeProperties() method in PackageProperty