Home
last modified time | relevance | path

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

/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DNullableTests.java19 import android.aidl.tests.TestFailException;
34 public void checkNullHandling() throws TestFailException { in checkNullHandling()
51 public void checkNullBinderDetection() throws TestFailException { in checkNullBinderDetection()
67 public void checkNullBinderInListDetection() throws TestFailException { in checkNullBinderInListDetection()
84 public void checkNullInterfaceHandling() throws TestFailException { in checkNullInterfaceHandling()
102 public void runTests() throws TestFailException { in runTests()
DTestFailException.java19 public class TestFailException extends Exception { class
20 public TestFailException(String message) { in TestFailException() method in TestFailException
DTestLogger.java42 public void logAndThrow(String line) throws TestFailException { in logAndThrow()
45 throw new TestFailException(line); in logAndThrow()
DTestServiceClient.java20 import android.aidl.tests.TestFailException;
69 private ITestService getService() throws TestFailException { in getService()
83 throws TestFailException { in checkPrimitiveRepeat()
192 throws TestFailException { in checkArrayReversal()
355 ITestService service) throws TestFailException { in checkBinderExchange()
378 throws TestFailException { in checkListReversal()
401 throws TestFailException { in checkSimpleParcelables()
452 throws TestFailException { in checkPersistableBundles()
570 throws TestFailException { in checkFileDescriptorPassing()
607 ITestService service) throws TestFailException { in checkServiceSpecificExceptions()
[all …]
/system/tools/aidl/
DAndroid.mk40 tests/java_app/src/android/aidl/tests/TestFailException.java \