Searched refs:doSomethingElse (Results 1 – 6 of 6) sorted by relevance
31 static void doSomethingElse(id <Func> pleaseConvertToThisType) { function38 doSomethingElse([Derived self]);39 doSomethingElse([Derived2 self]);
183 String doSomethingElse(); in doSomethingElse() method189 public String doSomethingElse() { in doSomethingElse() method in DefaultMethodInterceptionTest.BazImpl208 assertEquals("BazImpl", baz.doSomethingElse()); in testInterception_ofAllMethodsOnType()227 assertEquals("BazImpl", baz.doSomethingElse()); in testInterception_ofAllMethodsOnType_interceptsInheritedDefaultMethod()
37 public void doSomethingElse() { in doSomethingElse() method in ChildWithSameParentFieldInjectionTest.System
178 void doSomethingElse() {} in doSomethingElse() function in mutual_friends::C
2168 doSomethingElse(); in doSomething()2172 void doSomethingElse() EXCLUSIVE_LOCKS_REQUIRED(this) { in doSomethingElse() function in SelfLockingTest::MyLock
253 String doSomethingElse();