Searched refs:isHandled (Results 1 – 9 of 9) sorted by relevance
17 public boolean isHandled(Method m) { in testGetHandler()45 public boolean isHandled(Method m) { in testGetHandler2()
30 public boolean isHandled(Method m) { in setUp()
87 public boolean isHandled(Method m) { in isHandled() method in ProxySerializationTest.TestFilter
26 public boolean isHandled(Method m) { in testProxyFactory()
30 boolean isHandled(Method m); in isHandled() method
966 && isVisible(mod, basename, m) && (filter == null || filter.isHandled(m))) { in computeSignature()
91 public boolean isHandled(Method m) {
58 public boolean isHandled(Method m) {220 public boolean isHandled(Method m) { in testFilter()
1372 boolean isHandled = in onMediaButtonEvent()1376 return isHandled || super.onMediaButtonEvent(mediaButtonEvent); in onMediaButtonEvent()