Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java678 if (isPresent(INDEX_SHOW_IN_SHARING_SURFACES)) return mShowInSharingSurfaces; in getShowInSharingSurfaces()
679 if (mDefaultProperties != null) return mDefaultProperties.mShowInSharingSurfaces; in getShowInSharingSurfaces()
685 this.mShowInSharingSurfaces = showInSharingSurfaces; in setShowInSharingSurfaces()
688 private int mShowInSharingSurfaces; field in UserProperties
1236 serializer.attributeInt(null, ATTR_SHOW_IN_SHARING_SURFACES, mShowInSharingSurfaces); in writeToXml()
1305 dest.writeInt(mShowInSharingSurfaces); in writeToParcel()
1334 mShowInSharingSurfaces = source.readInt(); in UserProperties()
1380 private @ShowInSharingSurfaces int mShowInSharingSurfaces = field in UserProperties.Builder
1446 mShowInSharingSurfaces = showInSharingSurfaces; in setShowInSharingSurfaces()
1585 mShowInSharingSurfaces, in build()