Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/util/tests/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutorTest.java83 OtherClass.otherInvoked = null; in setUp()
97 assertEquals("Failed to invoke method in other class", OtherClass.otherInvoked, in testInvokeMethodInOtherClass()
316 public static String otherInvoked = null; field in BusinessLogicHostExecutorTest.OtherClass
319 otherInvoked = OTHER_METHOD_1; in method1()