Searched refs:RpcDeprecated (Results 1 – 11 of 11) sorted by relevance
26 import com.googlecode.android_scripting.rpc.RpcDeprecated;63 if (method.isAnnotationPresent(RpcDeprecated.class)) { in invoke()64 String replacedBy = method.getAnnotation(RpcDeprecated.class).value(); in invoke()
47 import com.googlecode.android_scripting.rpc.RpcDeprecated;321 @RpcDeprecated(value = "eventPost", release = "r4")330 @RpcDeprecated(value = "eventPoll", release = "r4")337 @RpcDeprecated(value = "eventWaitFor", release = "r4")
29 import com.googlecode.android_scripting.rpc.RpcDeprecated;252 @RpcDeprecated(value = "startSensingTimed or startSensingThreshhold", release = "4")
56 import com.googlecode.android_scripting.rpc.RpcDeprecated;821 @RpcDeprecated(value = "dialogGetInput", release = "r3")833 @RpcDeprecated(value = "dialogGetPassword", release = "r3")
33 import com.googlecode.android_scripting.rpc.RpcDeprecated;60 if (method.isAnnotationPresent(RpcDeprecated.class)) { in ApiProvider()
31 public @interface RpcDeprecated { annotation
335 if (mMethod.isAnnotationPresent(RpcDeprecated.class)) { in getHelp()336 String replacedBy = mMethod.getAnnotation(RpcDeprecated.class).value(); in getHelp()337 String release = mMethod.getAnnotation(RpcDeprecated.class).release(); in getHelp()
52 import com.googlecode.android_scripting.rpc.RpcDeprecated;109 if (method.isAnnotationPresent(RpcDeprecated.class)) { in updateAndFilterMethodDescriptors()
73 import com.googlecode.android_scripting.rpc.RpcDeprecated;189 if (method.isAnnotationPresent(RpcDeprecated.class)) { in collectSupportedMethodDescriptors()
41 import com.googlecode.android_scripting.rpc.RpcDeprecated;
53 import com.googlecode.android_scripting.rpc.RpcDeprecated;