Searched refs:get5 (Results 1 - 25 of 164) sorted by relevance

1234567

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
H A DTest.java43 assertEquals(1, IntermediateClass.get5(null));
44 assertEquals(10, IntermediateClass.get5(new ExceptionInMainDex()));
45 assertEquals(11, IntermediateClass.get5(new ExceptionInSecondaryDex()));
46 assertEquals(12, IntermediateClass.get5(new ExceptionInMainDex2()));
47 assertEquals(13, IntermediateClass.get5(new ExceptionInSecondaryDex2()));
48 assertEquals(14, IntermediateClass.get5(new OutOfMemoryError()));
49 assertEquals(17, IntermediateClass.get5(new CaughtOnlyException()));
50 assertEquals(39, IntermediateClass.get5(new ExceptionInSecondaryDexWithSuperInMain()));
51 assertEquals(23, IntermediateClass.get5(new SuperExceptionInSecondaryDex()));
52 assertEquals(23, IntermediateClass.get5(ne
[all...]
H A DIntermediateClass.java82 public static int get5(Throwable thrown) { method in class:IntermediateClass
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DMainActivity.java51 + new com.android.multidexlegacytestapp.manymethods.Big005().get5()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DAbstractService.java128 new com.android.framework.multidexlegacytestservices.manymethods.Big005().get5() +
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
H A DBig001.java40 public int get5() { method in class:Big001
H A DBig002.java40 public int get5() { method in class:Big002
H A DBig003.java40 public int get5() { method in class:Big003
H A DBig004.java40 public int get5() { method in class:Big004
H A DBig005.java40 public int get5() { method in class:Big005
H A DBig006.java40 public int get5() { method in class:Big006
H A DBig007.java40 public int get5() { method in class:Big007
H A DBig008.java40 public int get5() { method in class:Big008
H A DBig009.java40 public int get5() { method in class:Big009
H A DBig010.java40 public int get5() { method in class:Big010
H A DBig011.java40 public int get5() { method in class:Big011
H A DBig012.java40 public int get5() { method in class:Big012
H A DBig013.java40 public int get5() { method in class:Big013
H A DBig014.java40 public int get5() { method in class:Big014
H A DBig015.java40 public int get5() { method in class:Big015
H A DBig016.java40 public int get5() { method in class:Big016
H A DBig017.java40 public int get5() { method in class:Big017
H A DBig018.java40 public int get5() { method in class:Big018
H A DBig019.java40 public int get5() { method in class:Big019
H A DBig020.java40 public int get5() { method in class:Big020
H A DBig021.java40 public int get5() { method in class:Big021

Completed in 370 milliseconds

1234567