Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java908 int crossProfileIntentResolutionStrategy) { in setCrossProfileIntentResolutionStrategy()
909 mCrossProfileIntentResolutionStrategy = crossProfileIntentResolutionStrategy; in setCrossProfileIntentResolutionStrategy()
954 @CrossProfileIntentResolutionStrategy int crossProfileIntentResolutionStrategy, in UserProperties() argument
966 setCrossProfileIntentResolutionStrategy(crossProfileIntentResolutionStrategy); in UserProperties()