Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java317 setCrossProfileIntentResolutionStrategy(orig.getCrossProfileIntentResolutionStrategy()); in UserProperties()
608 public void setCrossProfileIntentResolutionStrategy( in setCrossProfileIntentResolutionStrategy() method in UserProperties
716 setCrossProfileIntentResolutionStrategy(parser.getAttributeInt(i)); in updateFromXml()
907 public Builder setCrossProfileIntentResolutionStrategy(@CrossProfileIntentResolutionStrategy in setCrossProfileIntentResolutionStrategy() method in UserProperties.Builder
966 setCrossProfileIntentResolutionStrategy(crossProfileIntentResolutionStrategy); in UserProperties()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserPropertiesTest.java66 .setCrossProfileIntentResolutionStrategy(0) in testWriteReadXml()
77 actualProps.setCrossProfileIntentResolutionStrategy(1); in testWriteReadXml()
H A DUserManagerServiceUserTypeTest.java89 .setCrossProfileIntentResolutionStrategy(1) in testUserTypeBuilder_createUserType()
296 .setCrossProfileIntentResolutionStrategy(1) in testUserTypeFactoryCustomize_profile()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserTypeFactory.java149 .setCrossProfileIntentResolutionStrategy(UserProperties in getDefaultTypeProfileClone()