Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserPropertiesTest.java163 assertEqualGetterOrThrows(orig::getStartWithParent, copy::getStartWithParent, exposeAll); in verifyTestCopyLacksPermissions()
224 assertThat(expected.getStartWithParent()).isEqualTo(actual.getStartWithParent()); in assertUserPropertiesEquals()
H A DUserManagerServiceUserTypeTest.java204 assertFalse(props.getStartWithParent()); in testUserTypeBuilder_defaults()
332 assertTrue(aospType.getDefaultUserPropertiesReference().getStartWithParent()); in testUserTypeFactoryCustomize_profile()
375 assertFalse(aospType.getDefaultUserPropertiesReference().getStartWithParent()); in testUserTypeFactoryCustomize_profile()
H A DUserManagerTest.java203 assertThrows(SecurityException.class, cloneUserProperties::getStartWithParent); in testCloneUser()
875 assertThrows(SecurityException.class, userProps::getStartWithParent); in testUserProperties()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java312 setStartWithParent(orig.getStartWithParent()); in UserProperties()
412 public boolean getStartWithParent() { in getStartWithParent() method in UserProperties
622 + ", mStartWithParent=" + getStartWithParent() in toString()
647 pw.println(prefix + " mStartWithParent=" + getStartWithParent()); in println()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DUserController.java1428 return (properties != null && properties.getStartWithParent())