Searched refs:get1 (Results 1 - 25 of 166) sorted by relevance

1234567

/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
H A DMainActivity.java33 public int get1(boolean condition) { method in class:MainActivity
34 return IntermediateClass.get1(condition);
H A DIntermediateClass.java20 public static int get1(boolean condition) { method in class:IntermediateClass
21 return new ClassInSecondaryDex(condition).get1();
H A DClassInSecondaryDex.java46 public int get1() { method in class:ClassInSecondaryDex
H A DTest.java35 assertEquals(10, getActivity().get1(true));
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
H A DMainActivity.java47 int value = new com.android.multidexlegacytestapp.manymethods.Big001().get1()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
H A DAbstractService.java124 int value = new com.android.framework.multidexlegacytestservices.manymethods.Big001().get1() +
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/manymethods/
H A DBig001.java24 public int get1() { method in class:Big001
H A DBig002.java24 public int get1() { method in class:Big002
H A DBig003.java24 public int get1() { method in class:Big003
H A DBig004.java24 public int get1() { method in class:Big004
H A DBig005.java24 public int get1() { method in class:Big005
H A DBig006.java24 public int get1() { method in class:Big006
H A DBig007.java24 public int get1() { method in class:Big007
H A DBig008.java24 public int get1() { method in class:Big008
H A DBig009.java24 public int get1() { method in class:Big009
H A DBig010.java24 public int get1() { method in class:Big010
H A DBig011.java24 public int get1() { method in class:Big011
H A DBig012.java24 public int get1() { method in class:Big012
H A DBig013.java24 public int get1() { method in class:Big013
H A DBig014.java24 public int get1() { method in class:Big014
H A DBig015.java24 public int get1() { method in class:Big015
H A DBig016.java24 public int get1() { method in class:Big016
H A DBig017.java24 public int get1() { method in class:Big017
H A DBig018.java24 public int get1() { method in class:Big018
H A DBig019.java24 public int get1() { method in class:Big019

Completed in 263 milliseconds

1234567