Home
last modified time | relevance | path

Searched refs:getMealType (Results 1 – 9 of 9) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DBloodGlucoseRecord.java112 public int getMealType() { in getMealType() method in BloodGlucoseRecord
225 && getMealType() == that.getMealType() in equals()
237 getMealType()); in hashCode()
DNutritionRecord.java1519 public int getMealType() { in getMealType() method in NutritionRecord
1879 return getMealType() == that.getMealType() in equals()
1932 getMealType(), in hashCode()
2009 recordInternal.setMealType(getMealType()); in toRecordInternal()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DBloodGlucoseRecordInternal.java73 public int getMealType() { in getMealType() method in BloodGlucoseRecordInternal
93 getMealType()) in toExternalRecord()
DNutritionRecordInternal.java118 public int getMealType() { in getMealType() method in NutritionRecordInternal
576 .setMealType(getMealType()) in toExternalRecord()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DBloodGlucoseRecordHelper.java72 contentValues.put(MEAL_TYPE_COLUMN_NAME, bloodGlucoseRecord.getMealType()); in populateSpecificContentValues()
DNutritionRecordHelper.java487 contentValues.put(MEAL_TYPE_COLUMN_NAME, nutritionRecord.getMealType()); in populateSpecificContentValues()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DBloodGlucoseRecordTest.java188 assertThat(newRecord.getMealType()).isEqualTo(insertedRecord.getMealType()); in testReadBloodGlucoseRecordUsingFilters_dataFilter_correct()
DNutritionRecordTest.java288 assertThat(newRecord.getMealType()).isEqualTo(testRecord.getMealType()); in testReadNutritionRecordUsingFilters_dataFilter_correct()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt423 method public int getMealType();
1228 method public int getMealType();