Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java306 this.mDefaultProperties = null; in UserProperties()
370 if (mDefaultProperties != null) return mDefaultProperties.mShowInLauncher; in getShowInLauncher()
397 if (mDefaultProperties != null) return mDefaultProperties.mShowInSettings; in getShowInSettings()
414 if (mDefaultProperties != null) return mDefaultProperties.mStartWithParent; in getStartWithParent()
432 if (mDefaultProperties != null) return mDefaultProperties.mDeleteAppWithParent; in getDeleteAppWithParent()
453 if (mDefaultProperties != null) return mDefaultProperties.mInheritDevicePolicy; in getInheritDevicePolicy()
481 if (mDefaultProperties != null) return mDefaultProperties.mUseParentsContacts; in getUseParentsContacts()
523 if (mDefaultProperties != null) return mDefaultProperties.mMediaSharedWithParent; in isMediaSharedWithParent()
541 if (mDefaultProperties != null) return mDefaultProperties.mCredentialShareableWithParent; in isCredentialShareableWithParent()
810 mDefaultProperties = null; in UserProperties()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/
H A DDeviceConfigProxyFake.java39 private Map<String, Map<String, String>> mDefaultProperties = new HashMap<>(); field in DeviceConfigProxyFake
67 setPropertyInternal(namespace, name, value, mDefaultProperties); in setProperty()
89 if (mDefaultProperties.containsKey(namespace)) { in propsForNamespaceAndName()
91 .setString(name, mDefaultProperties.get(namespace).get(name)).build(); in propsForNamespaceAndName()