Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserProperties.java536 setCrossProfileIntentResolutionStrategy(orig.getCrossProfileIntentResolutionStrategy()); in UserProperties()
961 public void setCrossProfileIntentResolutionStrategy( in setCrossProfileIntentResolutionStrategy() method in UserProperties
1176 setCrossProfileIntentResolutionStrategy(parser.getAttributeInt(i)); in updateFromXml()
1487 public Builder setCrossProfileIntentResolutionStrategy(@CrossProfileIntentResolutionStrategy in setCrossProfileIntentResolutionStrategy() method in UserProperties.Builder
1633 setCrossProfileIntentResolutionStrategy(crossProfileIntentResolutionStrategy); in UserProperties()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserPropertiesTest.java68 .setCrossProfileIntentResolutionStrategy(0) in testWriteReadXml()
87 actualProps.setCrossProfileIntentResolutionStrategy(1); in testWriteReadXml()
DUserManagerServiceUserTypeTest.java88 .setCrossProfileIntentResolutionStrategy(1) in testUserTypeBuilder_createUserType()
329 .setCrossProfileIntentResolutionStrategy(1) in testUserTypeFactoryCustomize_profile()
/frameworks/base/services/core/java/com/android/server/pm/
DUserTypeFactory.java157 .setCrossProfileIntentResolutionStrategy(UserProperties in getDefaultTypeProfileClone()