Searched refs:getMealName (Results 1 – 5 of 5) sorted by relevance
1831 public String getMealName() { in getMealName() method in NutritionRecord1918 && Objects.equals(getMealName(), that.getMealName()) in equals()1971 getMealName(), in hashCode()2115 if (!Objects.isNull(getMealName())) { in toRecordInternal()2116 recordInternal.setMealName(getMealName()); in toRecordInternal()
514 public String getMealName() { in getMealName() method in NutritionRecordInternal612 .setMealName(getMealName()) in toExternalRecord()
324 assertThat(newRecord.getMealName()).isEqualTo(testRecord.getMealName()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
523 contentValues.put(MEAL_NAME_COLUMN_NAME, nutritionRecord.getMealName()); in populateSpecificContentValues()
1227 method @Nullable public String getMealName();