Home
last modified time | relevance | path

Searched refs:testError (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/
DAbstractRethrowerRule.java43 Throwable testError = null; in evaluate() local
47 testError = t; in evaluate()
56 throwIfNecessary(testName, testError, cleanUpErrors); in evaluate()
60 String testName, @Nullable Throwable testError, List<Throwable> cleanUpErrors) in throwIfNecessary() argument
62 if (testError == null) { in throwIfNecessary()
66 if (testError instanceof AssumptionViolatedException) { in throwIfNecessary()
67 mLog.i("%s is being ignored: %s", testName, testError); in throwIfNecessary()
68 throw testError; in throwIfNecessary()
72 failTest(testName, testError, dumpDescription, dump); in throwIfNecessary()
118 String testName, Throwable testError, String dumpDescription, StringBuilder dump) in failTest() argument
[all …]
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
DProfileOwnerProvisioningControllerTest.java129 public void testError() throws Exception { in testError() method in ProfileOwnerProvisioningControllerTest
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
DCreateAndProvisionManagedProfileTaskTest.java105 public void testError() throws Exception { in testError() method in CreateAndProvisionManagedProfileTaskTest
DProvisionFullyManagedDeviceTaskTest.java105 public void testError() throws Exception { in testError() method in ProvisionFullyManagedDeviceTaskTest
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarCabinManagerTest.java112 public void testError() throws Exception { in testError() method in CarCabinManagerTest
DCarHvacManagerTest.java155 public void testError() throws Exception { in testError() method in CarHvacManagerTest