Searched refs:RpcName (Results 1 – 3 of 3) sorted by relevance
31 public @interface RpcName { annotation
284 if (mMethod.isAnnotationPresent(RpcName.class)) { in getName()285 return mMethod.getAnnotation(RpcName.class).name(); in getName()
37 import com.googlecode.android_scripting.rpc.RpcName;349 @RpcName(name = "postEvent")