Home
last modified time | relevance | path

Searched refs:FLOW_HEAVY (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DMenstruationFlowRecord.java74 public static final int FLOW_HEAVY = 3; 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.kt20 import android.health.connect.datatypes.MenstruationFlowRecord.MenstruationFlowType.FLOW_HEAVY
42 FLOW_HEAVY -> return context.getString(R.string.flow_heavy) in formatValue()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DMenstruationFlowFormatterTest.kt20 import android.health.connect.datatypes.MenstruationFlowRecord.MenstruationFlowType.FLOW_HEAVY
63 val record = getRecord(type = FLOW_HEAVY) in <lambda>()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt1141 field public static final int FLOW_HEAVY = 3; // 0x3