Searched refs:entryPointClassName (Results 1 – 4 of 4) sorted by relevance
68 public abstract @Nullable String entryPointClassName(); in entryPointClassName() method in PluginInfo72 String taskName, ImmutableList<ArchiveInfo> archives, String entryPointClassName) { in createJvmInfo() argument76 builder.setEntryPointClassName(entryPointClassName); in createJvmInfo()82 String taskName, String filename, String entryPointClassName) { in createJvmInfo() argument86 entryPointClassName); in createJvmInfo()104 public abstract Builder setEntryPointClassName(@Nullable String entryPointClassName); in setEntryPointClassName() argument
44 public abstract String entryPointClassName(); in entryPointClassName() method in PluginInfoInternal69 dest.writeString(entryPointClassName()); in writeToParcel()85 String entryPointClassName = Objects.requireNonNull(source.readString());86 builder.setEntryPointClassName(entryPointClassName);114 public abstract Builder setEntryPointClassName(String entryPointClassName); in setEntryPointClassName() argument
79 info.entryPointClassName(), in load()
97 infoBuilder.setEntryPointClassName(mInfo.entryPointClassName()); in load()