Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java951 return mCrossProfileIntentResolutionStrategy; in getCrossProfileIntentResolutionStrategy()
954 return mDefaultProperties.mCrossProfileIntentResolutionStrategy; in getCrossProfileIntentResolutionStrategy()
963 this.mCrossProfileIntentResolutionStrategy = val; in setCrossProfileIntentResolutionStrategy()
966 private @CrossProfileIntentResolutionStrategy int mCrossProfileIntentResolutionStrategy; field in UserProperties
1257 mCrossProfileIntentResolutionStrategy); in writeToXml()
1310 dest.writeInt(mCrossProfileIntentResolutionStrategy); in writeToParcel()
1339 mCrossProfileIntentResolutionStrategy = source.readInt(); in UserProperties()
1388 private @CrossProfileIntentResolutionStrategy int mCrossProfileIntentResolutionStrategy = field in UserProperties.Builder
1489 mCrossProfileIntentResolutionStrategy = crossProfileIntentResolutionStrategy; in setCrossProfileIntentResolutionStrategy()
1590 mCrossProfileIntentResolutionStrategy, in build()