Home
last modified time | relevance | path

Searched refs:goalTypeId (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java309 int goalTypeId = getCursorInt(cursor, GOAL_TYPE_ID_COLUMN_NAME); in extractCompletionGoal() local
310 switch (goalTypeId) { in extractCompletionGoal()
345 int goalTypeId = getCursorInt(cursor, GOAL_TYPE_ID_COLUMN_NAME); in extractPerformanceGoal() local
346 switch (goalTypeId) { in extractPerformanceGoal()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DExerciseCompletionGoalInternal.java90 int goalTypeId = parcel.readInt(); in readFromParcel() local
91 switch (goalTypeId) { in readFromParcel()
DExercisePerformanceGoalInternal.java57 int goalTypeId = parcel.readInt(); in readFromParcel() local
58 switch (goalTypeId) { in readFromParcel()