Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageProperty.java127 mActivityProperties = removeComponentProperties(pkg.getActivities(), mActivityProperties); in removeAllProperties()
128 mProviderProperties = removeComponentProperties(pkg.getProviders(), mProviderProperties); in removeAllProperties()
129 mReceiverProperties = removeComponentProperties(pkg.getReceivers(), mReceiverProperties); in removeAllProperties()
130 mServiceProperties = removeComponentProperties(pkg.getServices(), mServiceProperties); in removeAllProperties()
182 ArrayMap<String, ArrayMap<String, ArrayList<Property>>> removeComponentProperties( in removeComponentProperties() method in PackageProperty