Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java984 return mCrossProfileContentSharingStrategy; in getCrossProfileContentSharingStrategy()
987 return mDefaultProperties.mCrossProfileContentSharingStrategy; in getCrossProfileContentSharingStrategy()
996 this.mCrossProfileContentSharingStrategy = val; in setCrossProfileContentSharingStrategy()
999 private @CrossProfileContentSharingStrategy int mCrossProfileContentSharingStrategy; field in UserProperties
1285 mCrossProfileContentSharingStrategy); in writeToXml()
1317 dest.writeInt(mCrossProfileContentSharingStrategy); in writeToParcel()
1346 mCrossProfileContentSharingStrategy = source.readInt(); in UserProperties()
1396 private @CrossProfileContentSharingStrategy int mCrossProfileContentSharingStrategy = field in UserProperties.Builder
1550 mCrossProfileContentSharingStrategy = crossProfileContentSharingStrategy; in setCrossProfileContentSharingStrategy()
1597 mCrossProfileContentSharingStrategy, in build()