Searched defs:staticMethod (Results 1 – 9 of 9) sorted by relevance
131 @SuppressWarnings("unused") @Inject static void staticMethod(Map map) {} in staticMethod() method in ToolStageInjectorTest.Bar140 @SuppressWarnings("unused") @Inject static void staticMethod(SM sm) { Tooled.sm = sm; } in staticMethod() method in ToolStageInjectorTest.Foo153 … @Toolable @SuppressWarnings("unused") @Inject static void staticMethod(SM sm) { Tooled.sm = sm; } in staticMethod() method in ToolStageInjectorTest.Tooled
184 Method staticMethod = HasInjections.class.getMethod("staticMethod", String.class); in testAddForStaticMethodsAndFields() local196 @Inject public static void staticMethod(@Named("a") String a) {} in staticMethod() method in InjectionPointTest.HasInjections
177 static String staticMethod; field in RequestInjectionTest.HasInjections180 @Inject static void setStaticMethod(@ForMethod String staticMethod) { in setStaticMethod()
9 public static void staticMethod() { in staticMethod() method in SuperClass
149 public void addStaticMethod(DexEncodedMethod staticMethod) { in addStaticMethod()
433 InstanceLambdaImplTarget(DexMethod staticMethod) { in InstanceLambdaImplTarget()
601 static void staticMethod() {} in staticMethod() method in InvokableTest.Prepender
155 MethodId<?, Integer> staticMethod in testInvokeStatic() local186 public static int staticMethod(int a) { in staticMethod() method in DexMakerTest
544 public static void staticMethod() {} in staticMethod() method in ProxyBuilderTest