Home
last modified time | relevance | path

Searched defs:canThrow1 (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
H A DTestApplication.java23 private static void canThrow1(boolean condition) throws ExceptionInMainDex { in canThrow1() method in TestApplication
H A DClassInSecondaryDex.java26 public void canThrow1() throws ExceptionInMainDex, ExceptionInMainDex2, in canThrow1() method in ClassInSecondaryDex