Home
last modified time | relevance | path

Searched defs:nullableStringList (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoValueTest.java635 abstract ImmutableList<String> nullableStringList(); in nullableStringList() method in AutoValueTest.NullableListProperties
637 static NullableListProperties create(@Nullable ImmutableList<String> nullableStringList) { in create()
657 abstract ImmutableList<String> nullableStringList(); in nullableStringList() method in AutoValueTest.NullableListPropertiesWithBuilder
665 Builder nullableStringList(List<String> nullableStringList); in nullableStringList() argument