Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java423 public @interface CrossProfileContentSharingStrategy { annotation in UserProperties
982 public @CrossProfileContentSharingStrategy int getCrossProfileContentSharingStrategy() { in getCrossProfileContentSharingStrategy()
995 @CrossProfileContentSharingStrategy int val) { in setCrossProfileContentSharingStrategy()
999 private @CrossProfileContentSharingStrategy int mCrossProfileContentSharingStrategy;
1396 private @CrossProfileContentSharingStrategy int mCrossProfileContentSharingStrategy =
1548 public Builder setCrossProfileContentSharingStrategy(@CrossProfileContentSharingStrategy in setCrossProfileContentSharingStrategy()
1620 @CrossProfileContentSharingStrategy int crossProfileContentSharingStrategy, in UserProperties()