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.java257 public @interface CrossProfileIntentResolutionStrategy { annotation in UserProperties
593 public @CrossProfileIntentResolutionStrategy int getCrossProfileIntentResolutionStrategy() { in getCrossProfileIntentResolutionStrategy()
609 @CrossProfileIntentResolutionStrategy int val) { in setCrossProfileIntentResolutionStrategy()
613 private @CrossProfileIntentResolutionStrategy int mCrossProfileIntentResolutionStrategy;
857 private @CrossProfileIntentResolutionStrategy int mCrossProfileIntentResolutionStrategy =
907 public Builder setCrossProfileIntentResolutionStrategy(@CrossProfileIntentResolutionStrategy in setCrossProfileIntentResolutionStrategy()
954 @CrossProfileIntentResolutionStrategy int crossProfileIntentResolutionStrategy, in UserProperties()