Home
last modified time | relevance | path

Searched refs:OTHER_METHOD_1 (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutorTest.java64 private static final String OTHER_METHOD_1 = THIS_CLASS + "$OtherClass.method1"; field in BusinessLogicHostExecutorTest
95 mExecutor.invokeMethod(OTHER_METHOD_1); in testInvokeMethodInOtherClass()
98 OTHER_METHOD_1); in testInvokeMethodInOtherClass()
319 otherInvoked = OTHER_METHOD_1; in method1()