Searched refs:TestFailException (Results 1 – 5 of 5) sorted by relevance
19 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()
19 public class TestFailException extends Exception { class20 public TestFailException(String message) { in TestFailException() method in TestFailException
42 public void logAndThrow(String line) throws TestFailException { in logAndThrow()45 throw new TestFailException(line); in logAndThrow()
20 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 …]
40 tests/java_app/src/android/aidl/tests/TestFailException.java \