Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DDelegateClassAdapterTest.java405 assertEquals(4+10+20, callGet(o2, 10, 20)); in testDelegateInner()
439 assertEquals(6+10+20, callGet(i2, 10, 20)); in testDelegateInner()
494 assertEquals(6+10+20, callGet(i2, 10, 20)); in testDelegateStaticInner()
571 public int callGet(Object instance, int a, long b) throws Exception { in callGet() method in DelegateClassAdapterTest.ClassLoader2