Searched refs:setMealType (Results 1 – 8 of 8) sorted by relevance
79 public BloodGlucoseRecordInternal setMealType(int mealType) { in setMealType() method in BloodGlucoseRecordInternal
124 public NutritionRecordInternal setMealType(int mealType) { in setMealType() method in NutritionRecordInternal576 .setMealType(getMealType()) in toExternalRecord()
62 bloodGlucoseRecord.setMealType(getCursorInt(cursor, MEAL_TYPE_COLUMN_NAME)); in populateSpecificRecordValue()
434 nutritionRecord.setMealType(getCursorInt(cursor, MEAL_TYPE_COLUMN_NAME)); in populateSpecificRecordValue()
350 recordInternal.setMealType(mMealType); in toRecordInternal()
185 public Builder setMealType(@MealType.MealTypes int mealType) { in setMealType() method in NutritionRecord.Builder2009 recordInternal.setMealType(getMealType()); in toRecordInternal()
812 .setMealType(1) in getNutritionRecord_update()884 .setMealType(1) in getCompleteNutritionRecord()
1322 … method @NonNull public android.health.connect.datatypes.NutritionRecord.Builder setMealType(int);