Searched refs:getMealType (Results 1 – 9 of 9) sorted by relevance
112 public int getMealType() { in getMealType() method in BloodGlucoseRecord225 && getMealType() == that.getMealType() in equals()237 getMealType()); in hashCode()
1519 public int getMealType() { in getMealType() method in NutritionRecord1879 return getMealType() == that.getMealType() in equals()1932 getMealType(), in hashCode()2009 recordInternal.setMealType(getMealType()); in toRecordInternal()
73 public int getMealType() { in getMealType() method in BloodGlucoseRecordInternal93 getMealType()) in toExternalRecord()
118 public int getMealType() { in getMealType() method in NutritionRecordInternal576 .setMealType(getMealType()) in toExternalRecord()
72 contentValues.put(MEAL_TYPE_COLUMN_NAME, bloodGlucoseRecord.getMealType()); in populateSpecificContentValues()
487 contentValues.put(MEAL_TYPE_COLUMN_NAME, nutritionRecord.getMealType()); in populateSpecificContentValues()
188 assertThat(newRecord.getMealType()).isEqualTo(insertedRecord.getMealType()); in testReadBloodGlucoseRecordUsingFilters_dataFilter_correct()
288 assertThat(newRecord.getMealType()).isEqualTo(testRecord.getMealType()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
423 method public int getMealType();1228 method public int getMealType();