Searched refs:mTrainingExampleRecords (Results 1 – 2 of 2) sorted by relevance
41 private List<TrainingExampleRecord> mTrainingExampleRecords = Collections.emptyList(); field in TrainingExamplesOutput59 this.mTrainingExampleRecords = trainingExampleRecords; in TrainingExamplesOutput()60 AnnotationValidations.validate(NonNull.class, null, mTrainingExampleRecords); in TrainingExamplesOutput()72 return mTrainingExampleRecords; in getTrainingExampleRecords()88 && java.util.Objects.equals(mTrainingExampleRecords, that.mTrainingExampleRecords); in equals()98 _hash = 31 * _hash + java.util.Objects.hashCode(mTrainingExampleRecords); in hashCode()107 private @NonNull List<TrainingExampleRecord> mTrainingExampleRecords; field in TrainingExamplesOutput.Builder123 mTrainingExampleRecords = value; in setTrainingExampleRecords()132 if (mTrainingExampleRecords == null) in addTrainingExampleRecord()134 mTrainingExampleRecords.add(value); in addTrainingExampleRecord()[all …]
33 @Nullable OdpParceledListSlice<TrainingExampleRecord> mTrainingExampleRecords = null; field in TrainingExamplesOutputParcel51 this.mTrainingExampleRecords = trainingExampleRecords; in TrainingExamplesOutputParcel()59 return mTrainingExampleRecords; in getTrainingExampleRecords()75 && java.util.Objects.equals(mTrainingExampleRecords, that.mTrainingExampleRecords); in equals()85 _hash = 31 * _hash + java.util.Objects.hashCode(mTrainingExampleRecords); in hashCode()96 if (mTrainingExampleRecords != null) flg |= 0x1; in writeToParcel()98 if (mTrainingExampleRecords != null) dest.writeTypedObject(mTrainingExampleRecords, flags); in writeToParcel()120 this.mTrainingExampleRecords = trainingExampleRecords; in TrainingExamplesOutputParcel()150 private @Nullable OdpParceledListSlice<TrainingExampleRecord> mTrainingExampleRecords; field in TrainingExamplesOutputParcel.Builder162 mTrainingExampleRecords = value; in setTrainingExampleRecords()[all …]