Home
last modified time | relevance | path

Searched refs:shouldCheckForNull (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/writing/
DComponentProvisionBindingExpression.java69 return binding.shouldCheckForNull(compilerOptions) in maybeCheckForNull()
DInjectionMethods.java210 || binding.shouldCheckForNull(compilerOptions) in requiresInjectionMethod()
430 return binding.shouldCheckForNull(compilerOptions) ? CHECK_FOR_NULL : IGNORE; in get()
/external/dagger2/java/dagger/internal/codegen/binding/
DProvisionBinding.java93 public boolean shouldCheckForNull(CompilerOptions compilerOptions) { in shouldCheckForNull() method in ProvisionBinding