Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java323 setUseParentsContacts(orig.getUseParentsContacts()); in UserProperties()
485 public void setUseParentsContacts(boolean val) { in setUseParentsContacts() method in UserProperties
707 setUseParentsContacts(parser.getAttributeBoolean(i)); in updateFromXml()
886 public Builder setUseParentsContacts(boolean useParentsContacts) { in setUseParentsContacts() method in UserProperties.Builder
963 setUseParentsContacts(useParentsContacts); in UserProperties()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserPropertiesTest.java64 .setUseParentsContacts(false) in testWriteReadXml()
75 actualProps.setUseParentsContacts(true); in testWriteReadXml()
H A DUserManagerServiceUserTypeTest.java87 .setUseParentsContacts(true) in testUserTypeBuilder_createUserType()
294 .setUseParentsContacts(true) in testUserTypeFactoryCustomize_profile()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncManagerTest.java210 .setUseParentsContacts(true) in getCloneUserProperties()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserTypeFactory.java145 .setUseParentsContacts(true) in getDefaultTypeProfileClone()