Searched refs:mutableNames (Results 1 – 3 of 3) sorted by relevance
124 List<String> mutableNames = new ArrayList<>(); in simpleNames() local125 mutableNames.addAll(enclosingClassName().simpleNames()); in simpleNames()126 mutableNames.add(simpleName); in simpleNames()127 simpleNames = Collections.unmodifiableList(mutableNames); in simpleNames()
25 public static ListExample create(List<String> mutableNames) {26 return new AutoValue_ListExample(ImmutableList.copyOf(mutableNames));
135 public static ListExample create(String[] mutableNames) {136 return new AutoValue_ListExample(ImmutableList.copyOf(mutableNames));