Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java595 return mCrossProfileIntentResolutionStrategy; in getCrossProfileIntentResolutionStrategy()
598 return mDefaultProperties.mCrossProfileIntentResolutionStrategy; in getCrossProfileIntentResolutionStrategy()
610 this.mCrossProfileIntentResolutionStrategy = val; in setCrossProfileIntentResolutionStrategy()
613 private @CrossProfileIntentResolutionStrategy int mCrossProfileIntentResolutionStrategy; field in UserProperties
772 mCrossProfileIntentResolutionStrategy); in writeToXml()
799 dest.writeInt(mCrossProfileIntentResolutionStrategy); in writeToParcel()
820 mCrossProfileIntentResolutionStrategy = source.readInt(); in UserProperties()
857 private @CrossProfileIntentResolutionStrategy int mCrossProfileIntentResolutionStrategy = field in UserProperties.Builder
909 mCrossProfileIntentResolutionStrategy = crossProfileIntentResolutionStrategy; in setCrossProfileIntentResolutionStrategy()
939 mCrossProfileIntentResolutionStrategy, in build()