Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserPropertiesTest.java176 assertEqualGetterOrThrows(orig::getUseParentsContacts, in verifyTestCopyLacksPermissions()
177 copy::getUseParentsContacts, hasManagePermission); in verifyTestCopyLacksPermissions()
227 assertThat(expected.getUseParentsContacts()).isEqualTo(actual.getUseParentsContacts()); in assertUserPropertiesEquals()
H A DUserManagerServiceUserTypeTest.java152 assertTrue(type.getDefaultUserPropertiesReference().getUseParentsContacts()); in testUserTypeBuilder_createUserType()
205 assertFalse(props.getUseParentsContacts()); in testUserTypeBuilder_defaults()
334 .getUseParentsContacts()); in testUserTypeFactoryCustomize_profile()
377 .getUseParentsContacts()); in testUserTypeFactoryCustomize_profile()
H A DUserManagerTest.java199 assertThat(typeProps.getUseParentsContacts()) in testCloneUser()
200 .isEqualTo(cloneUserProperties.getUseParentsContacts()); in testCloneUser()
872 assertThat(userProps.getUseParentsContacts()).isFalse(); in testUserProperties()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java323 setUseParentsContacts(orig.getUseParentsContacts()); in UserProperties()
479 public boolean getUseParentsContacts() { in getUseParentsContacts() method in UserProperties
625 + ", mUseParentsContacts=" + getUseParentsContacts() in toString()
650 pw.println(prefix + " mUseParentsContacts=" + getUseParentsContacts()); in println()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java880 return !userProperties.getUseParentsContacts(); in areContactWritesEnabledForUser()