Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerServiceUserPropertiesTest.java170 assertEqualGetterOrThrows(orig::getDeleteAppWithParent, in verifyTestCopyLacksPermissions()
171 copy::getDeleteAppWithParent, exposeAll); in verifyTestCopyLacksPermissions()
236 assertThat(expected.getDeleteAppWithParent()).isEqualTo(actual.getDeleteAppWithParent()); in assertUserPropertiesEquals()
H A DUserManagerServiceUserTypeTest.java162 assertTrue(type.getDefaultUserPropertiesReference().getDeleteAppWithParent()); in testUserTypeBuilder_createUserType()
341 assertTrue(aospType.getDefaultUserPropertiesReference().getDeleteAppWithParent()); in testUserTypeFactoryCustomize_profile()
385 .getDeleteAppWithParent()); in testUserTypeFactoryCustomize_profile()
H A DUserManagerTest.java212 assertThrows(SecurityException.class, cloneUserProperties::getDeleteAppWithParent); in testCloneUser()
879 assertThrows(SecurityException.class, userProps::getDeleteAppWithParent); in testUserProperties()
/aosp14/frameworks/base/core/java/android/content/pm/
H A DUserProperties.java318 setDeleteAppWithParent(orig.getDeleteAppWithParent()); in UserProperties()
430 public boolean getDeleteAppWithParent() { in getDeleteAppWithParent() method in UserProperties
634 + ", mDeleteAppWithParent=" + getDeleteAppWithParent() in toString()
660 pw.println(prefix + " mDeleteAppWithParent=" + getDeleteAppWithParent()); in println()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDeletePackageHelper.java799 if (userProperties != null && userProperties.getDeleteAppWithParent()) { in deletePackageVersionedInternal()