Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java93 assertSuccess(getDevice().executeShellCommand( in testApps()
107 assertSuccess(getDevice().executeShellCommand("pm move-package " + PKG + " internal")); in testApps()
156 assertSuccess(out.getOutput()); in verifyPrimaryInternal()
168 assertSuccess(getDevice().executeShellCommand("pm move-package " + PKG + " " + vol.uuid)); in verifyPrimaryInternal()
176 assertSuccess(out.getOutput()); in verifyPrimaryInternal()
181 assertSuccess(getDevice().executeShellCommand("pm move-package " + PKG + " internal")); in verifyPrimaryInternal()
199 assertSuccess(getDevice().executeShellCommand("pm move-primary-storage " + vol.uuid)); in verifyPrimaryPhysical()
212 assertSuccess(getDevice().executeShellCommand("pm move-primary-storage internal")); in verifyPrimaryPhysical()
330 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()