Home
last modified time | relevance | path

Searched refs:parentParams (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/permission/src/android/permission/cts/
DNoRollbackPermissionTest.java39 PackageInstaller.SessionParams parentParams = new PackageInstaller.SessionParams( in testCreateInstallSessionWithReasonRollbackFails() local
41 parentParams.setRequestDowngrade(true); in testCreateInstallSessionWithReasonRollbackFails()
42 parentParams.setMultiPackage(); in testCreateInstallSessionWithReasonRollbackFails()
45 parentParams.setInstallReason(5); in testCreateInstallSessionWithReasonRollbackFails()
46 assertThrows(SecurityException.class, () -> packageInstaller.createSession(parentParams)); in testCreateInstallSessionWithReasonRollbackFails()
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java651 ViewGroup.LayoutParams parentParams = new ViewGroup.LayoutParams( in testVisibilityAffectsLayout() local
653 parent.setLayoutParams(parentParams); in testVisibilityAffectsLayout()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3027 ViewGroup.LayoutParams parentParams = new ViewGroup.LayoutParams( in testAddRemoveAffectsWrapContentLayout() local
3029 parent.setLayoutParams(parentParams); in testAddRemoveAffectsWrapContentLayout()