Searched refs:mTrainingInterval (Results 1 – 2 of 2) sorted by relevance
53 @Nullable private TrainingInterval mTrainingInterval = null; field in TrainingOptions86 this.mTrainingInterval = trainingInterval; in TrainingOptions()121 return mTrainingInterval; in getTrainingInterval()149 && java.util.Objects.equals(mTrainingInterval, that.mTrainingInterval) in equals()163 _hash = 31 * _hash + java.util.Objects.hashCode(mTrainingInterval); in hashCode()176 if (mTrainingInterval != null) flg |= 0x8; in writeToParcel()181 if (mTrainingInterval != null) dest.writeTypedObject(mTrainingInterval, flags); in writeToParcel()214 this.mTrainingInterval = trainingInterval; in TrainingOptions()242 private @Nullable TrainingInterval mTrainingInterval; field in TrainingOptions.Builder291 mTrainingInterval = value; in setTrainingInterval()[all …]
333 @NonNull private final TrainingInterval mTrainingInterval; field in FederatedComputeScheduler.Params336 mTrainingInterval = trainingInterval; in Params()341 return mTrainingInterval; in getTrainingInterval()