Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/PackageInstallerWhitelistApp/src/com/android/cts/packageinstallerpermissionwhitelistapp/
DPermissionWhitelistTest.kt84 val shouldSucceed = arguments.getString( in removeWhitelistRestrictedPermission() constant
86 if (shouldSucceed == null) { in removeWhitelistRestrictedPermission()
89 assertThat(block()).isEqualTo(shouldSucceed.toBoolean()) in removeWhitelistRestrictedPermission()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DClearApplicationDataTest.java49 private void clearApplicationDataTest(String packageName, boolean shouldSucceed) in clearApplicationDataTest() argument
55 assertEquals(shouldSucceed, succeeded); in clearApplicationDataTest()
/cts/hostsidetests/tv/src/com/android/cts/tv/
DTvInputManagerHostTest.java57 private void uninstallPackage(String packageName, boolean shouldSucceed) in uninstallPackage() argument
60 if (shouldSucceed) { in uninstallPackage()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DCompatChangeGatingTestCase.java100 protected void uninstallPackage(String packageName, boolean shouldSucceed) in uninstallPackage() argument
103 if (shouldSucceed) { in uninstallPackage()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileCrossProfileTest.java218 private void testCrossProfileCopyPasteInternal(int userId, boolean shouldSucceed) in testCrossProfileCopyPasteInternal() argument
227 if (shouldSucceed) { in testCrossProfileCopyPasteInternal()