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/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.java103 protected void uninstallPackage(String packageName, boolean shouldSucceed) in uninstallPackage() argument
106 if (shouldSucceed) { in uninstallPackage()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DManagedProfileCrossProfileTest.java186 int sourceUserId, int targetUserId, boolean shouldSucceed) in testCrossProfileCopyPasteInternal() argument
199 if (shouldSucceed) { in testCrossProfileCopyPasteInternal()
/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTests.java420 private static Set<Integer> possibleStates(boolean shouldSucceed, in possibleStates() argument
430 if (shouldSucceed) { in possibleStates()