Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java684 public void setShowInSharingSurfaces(@ShowInSharingSurfaces int showInSharingSurfaces) { in setShowInSharingSurfaces() argument
685 this.mShowInSharingSurfaces = showInSharingSurfaces; in setShowInSharingSurfaces()
1445 public Builder setShowInSharingSurfaces(@ShowInSharingSurfaces int showInSharingSurfaces) { in setShowInSharingSurfaces() argument
1446 mShowInSharingSurfaces = showInSharingSurfaces; in setShowInSharingSurfaces()
1609 @ShowInSharingSurfaces int showInSharingSurfaces, in UserProperties() argument
1628 setShowInSharingSurfaces(showInSharingSurfaces); in UserProperties()