Home
last modified time | relevance | path

Searched refs:accessibleType (Results 1 – 5 of 5) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/
DInjectionMethods.java385 TypeName usageTypeName = accessibleType(dependency); in injectionMethodArgument()
398 private static TypeName accessibleType(DependencyRequest dependency) { in accessibleType() method
399 TypeName typeName = requestTypeName(dependency.kind(), accessibleType(dependency.key().type())); in accessibleType()
412 private static TypeName accessibleType(TypeMirror type) { in accessibleType() method
421 private static TypeMirror accessibleType(TypeMirror type, DaggerElements elements) { in accessibleType() method
431 return accessibleType(type, elements); in parameterType()
533 injectionMethod.addParameter("instance", accessibleType(enclosingType.asType(), elements)); in fieldProxy()
DImmediateFutureBindingExpression.java69 "($T) $L", types.accessibleType(key.type(), requestingClass), expression.codeBlock()); in instanceExpression()
DInnerSwitchingProviders.java94 TypeMirror instanceType = types.accessibleType(binding.contributedType(), requestingClass);
DMethodBindingExpression.java189 : types.accessibleType(requestedType, componentImplementation.name()); in returnType()
/external/dagger2/java/dagger/internal/codegen/langmodel/
DDaggerTypes.java158 return accessibleType( in publiclyAccessibleType()
171 public TypeMirror accessibleType(TypeMirror type, ClassName requestingClass) { in accessibleType() method in DaggerTypes
172 return accessibleType( in accessibleType()
178 private TypeMirror accessibleType( in accessibleType() method in DaggerTypes