Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java301 public @interface CrossProfileIntentResolutionStrategy { annotation in UserProperties
949 public @CrossProfileIntentResolutionStrategy int getCrossProfileIntentResolutionStrategy() { in getCrossProfileIntentResolutionStrategy()
962 @CrossProfileIntentResolutionStrategy int val) { in setCrossProfileIntentResolutionStrategy()
966 private @CrossProfileIntentResolutionStrategy int mCrossProfileIntentResolutionStrategy;
1388 private @CrossProfileIntentResolutionStrategy int mCrossProfileIntentResolutionStrategy =
1487 public Builder setCrossProfileIntentResolutionStrategy(@CrossProfileIntentResolutionStrategy in setCrossProfileIntentResolutionStrategy()
1613 @CrossProfileIntentResolutionStrategy int crossProfileIntentResolutionStrategy, in UserProperties()