Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DMenstruationFlowRecord.java72 public static final int FLOW_LIGHT = 1; 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.kt21 import android.health.connect.datatypes.MenstruationFlowRecord.MenstruationFlowType.FLOW_LIGHT
40 FLOW_LIGHT -> return context.getString(R.string.flow_light) in formatValue()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DMenstruationFlowFormatterTest.kt21 import android.health.connect.datatypes.MenstruationFlowRecord.MenstruationFlowType.FLOW_LIGHT
77 val record = getRecord(type = FLOW_LIGHT) in <lambda>()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt1142 field public static final int FLOW_LIGHT = 1; // 0x1