Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java285 public UserProperties(@NonNull UserProperties defaultProperties) { in UserProperties() argument
286 mDefaultProperties = defaultProperties; in UserProperties()