Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DAdoptableHostTest.java91assertSuccess(getDevice().executeShellCommand("pm move-package " + PKG + " " + vol.uuid)); in testApps()
104 assertSuccess(getDevice().executeShellCommand("pm move-package " + PKG + " internal")); in testApps()
150 assertSuccess(getDevice().executeShellCommand("pm move-primary-storage " + vol.uuid)); in verifyPrimaryInternal()
162 assertSuccess(getDevice().executeShellCommand("pm move-package " + PKG + " " + vol.uuid)); in verifyPrimaryInternal()
167 assertSuccess(getDevice().executeShellCommand("pm move-primary-storage internal")); in verifyPrimaryInternal()
171 assertSuccess(getDevice().executeShellCommand("pm move-package " + PKG + " internal")); in verifyPrimaryInternal()
189 assertSuccess(getDevice().executeShellCommand("pm move-primary-storage " + vol.uuid)); in verifyPrimaryPhysical()
202 assertSuccess(getDevice().executeShellCommand("pm move-primary-storage internal")); in verifyPrimaryPhysical()
320 private static void assertSuccess(String str) { in assertSuccess() method in AdoptableHostTest
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DModifyInstallerPackageTest.java68 void assertSuccess(String failureMessage) { in assertSuccess() method in ModifyInstallerPackageTest.SetInstallerPackageReceiver
190 receiver.assertSuccess("Failure initializing with other installer"); in testSetInstallPackageConflictingInstaller()
208 receiver.assertSuccess("Failure clearing other installer"); in testSetInstallPackageConflictingInstaller()
DAccessPermissionWithDiffSigTest.java455 void assertSuccess(String failureMessage) { in assertSuccess() method in AccessPermissionWithDiffSigTest.GrantResultReceiver
1379 receiver.assertSuccess("unexpected outgoing persisted Uri status"); in assertPersistedUriPermission()