Searched refs:mDefaultProperties (Results 1 – 2 of 2) sorted by relevance
306 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 …]
39 private Map<String, Map<String, String>> mDefaultProperties = new HashMap<>(); field in DeviceConfigProxyFake67 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()