Searched refs:mDefaultProperties (Results 1 – 2 of 2) sorted by relevance
244 private final @Nullable UserProperties mDefaultProperties; field in UserProperties505 mDefaultProperties = defaultProperties; in UserProperties()521 if (orig.mDefaultProperties == null) { in UserProperties()525 this.mDefaultProperties = null; in UserProperties()598 if (mDefaultProperties != null) return mDefaultProperties.mShowInLauncher; in getShowInLauncher()625 if (mDefaultProperties != null) return mDefaultProperties.mShowInSettings; in getShowInSettings()655 if (mDefaultProperties != null) return mDefaultProperties.mShowInQuietMode; in getShowInQuietMode()679 if (mDefaultProperties != null) return mDefaultProperties.mShowInSharingSurfaces; in getShowInSharingSurfaces()697 if (mDefaultProperties != null) return mDefaultProperties.mStartWithParent; in getStartWithParent()715 if (mDefaultProperties != null) return mDefaultProperties.mDeleteAppWithParent; in getDeleteAppWithParent()[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()