Searched refs:canThrow1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
H A DTestApplication.java23 private static void canThrow1(boolean condition) throws ExceptionInMainDex { method in class:TestApplication
32 canThrow1(condition);
H A DClassInSecondaryDex.java26 public void canThrow1() throws ExceptionInMainDex, ExceptionInMainDex2, method in class:ClassInSecondaryDex
48 canThrow1();
67 canThrow1();
H A DMiniIntermediateClass.java24 thrower.canThrow1();
H A DIntermediateClass.java32 thrower.canThrow1();
57 thrower.canThrow1();

Completed in 7 milliseconds