Searched refs:NULLABLE (Results 1 – 8 of 8) sorted by relevance
48 public static final ClassName NULLABLE = get("androidx.annotation", "Nullable"); field in AndroidClassNames
95 .addAnnotation(AndroidClassNames.NULLABLE) in onCreate()
93 ? Optional.of(AnnotationSpec.builder(AndroidClassNames.NULLABLE).build()) in getNullableAnnotationSpec()
155 Errors.error(Errors.NULLABLE, pos, in lintVariable()
309 public static final Error NULLABLE = new Error(123, HIDDEN); // LINT field in Errors
41 private static final JavaFileObject NULLABLE = field in ModuleFactoryGeneratorTest347 assertAbout(javaSources()).that(ImmutableList.of(moduleFile, NULLABLE)) in nullableProvides()
347 // RUN: c-index-test -code-completion-at=%s:197:6 %s | FileCheck -check-prefix=CHECK-NULLABLE %s348 // CHECK-NULLABLE: ObjCInstanceMethodDecl:{ResultType A * _Nonnull}{TypedText method:}{Placeholder …