Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserManagerServiceUserPropertiesTest.java204 assertEqualGetterOrThrows(orig::getUseParentsContacts, in verifyTestCopyLacksPermissions()
205 copy::getUseParentsContacts, hasManagePermission); in verifyTestCopyLacksPermissions()
267 assertThat(expected.getUseParentsContacts()).isEqualTo(actual.getUseParentsContacts()); in assertUserPropertiesEquals()
DUserManagerServiceUserTypeTest.java163 assertTrue(type.getDefaultUserPropertiesReference().getUseParentsContacts()); in testUserTypeBuilder_createUserType()
229 assertFalse(props.getUseParentsContacts()); in testUserTypeBuilder_defaults()
375 .getUseParentsContacts()); in testUserTypeFactoryCustomize_profile()
432 .getUseParentsContacts()); in testUserTypeFactoryCustomize_profile()
DUserManagerTest.java211 assertThat(typeProps.getUseParentsContacts()) in testCloneUser()
212 .isEqualTo(cloneUserProperties.getUseParentsContacts()); in testCloneUser()
1052 assertThat(userProps.getUseParentsContacts()).isFalse(); in testUserProperties()
/frameworks/base/core/java/android/content/pm/
DUserProperties.java544 setUseParentsContacts(orig.getUseParentsContacts()); in UserProperties()
780 public boolean getUseParentsContacts() { in getUseParentsContacts() method in UserProperties
1062 + ", mUseParentsContacts=" + getUseParentsContacts() in toString()
1095 pw.println(prefix + " mUseParentsContacts=" + getUseParentsContacts()); in println()
/frameworks/base/services/core/java/com/android/server/content/
DSyncManager.java909 return !userProperties.getUseParentsContacts(); in areContactWritesEnabledForUser()