Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageProperty.java137 @Nullable ArrayMap<String, ArrayMap<String, ArrayList<Property>>> propertyCollection) { in addComponentProperties() argument
139 propertyCollection; in addComponentProperties()
154 @Nullable ArrayMap<String, ArrayMap<String, ArrayList<Property>>> propertyCollection) { in addProperties() argument
156 return propertyCollection; in addProperties()
159 propertyCollection == null ? new ArrayMap<>(10) : propertyCollection; in addProperties()
184 @Nullable ArrayMap<String, ArrayMap<String, ArrayList<Property>>> propertyCollection) { in removeComponentProperties() argument
186 propertyCollection; in removeComponentProperties()
201 @Nullable ArrayMap<String, ArrayMap<String, ArrayList<Property>>> propertyCollection) { in removeProperties() argument
202 if (propertyCollection == null) { in removeProperties()
211 propertyCollection.get(propertyName); in removeProperties()
[all …]