Home
last modified time | relevance | path

Searched refs:FLOW_MEDIUM (Results 1 – 5 of 5) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DMenstruationFlowRecord.java73 public static final int FLOW_MEDIUM = 2; field in MenstruationFlowRecord.MenstruationFlowType
83 Set.of(FLOW_UNKNOWN, FLOW_LIGHT, FLOW_MEDIUM, FLOW_HEAVY);
88 @IntDef({FLOW_UNKNOWN, FLOW_LIGHT, FLOW_MEDIUM, FLOW_HEAVY})
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DMenstruationFlowFormatter.kt22 import android.health.connect.datatypes.MenstruationFlowRecord.MenstruationFlowType.FLOW_MEDIUM
41 FLOW_MEDIUM -> return context.getString(R.string.flow_medium) in formatValue()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DMenstruationFlowFormatterTest.kt22 import android.health.connect.datatypes.MenstruationFlowRecord.MenstruationFlowType.FLOW_MEDIUM
70 val record = getRecord(type = FLOW_MEDIUM) in <lambda>()
/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/seed/
DSeedData.kt83 MenstruationFlowType.FLOW_MEDIUM) in <lambda>()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt1143 field public static final int FLOW_MEDIUM = 2; // 0x2