Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DOvulationTestRecord.java80 public static final int RESULT_POSITIVE = 1; field in OvulationTestRecord.OvulationTestResult
101 Set.of(RESULT_INCONCLUSIVE, RESULT_POSITIVE, RESULT_HIGH, RESULT_NEGATIVE);
106 @IntDef({RESULT_INCONCLUSIVE, RESULT_POSITIVE, RESULT_HIGH, RESULT_NEGATIVE})
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/
DOvulationTestFormatter.kt23 import android.health.connect.datatypes.OvulationTestRecord.OvulationTestResult.RESULT_POSITIVE
39 RESULT_POSITIVE -> context.getString(R.string.ovulation_positive) in formatValue()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/dataentries/formatters/
DOvulationTestFormatterTest.kt23 import android.health.connect.datatypes.OvulationTestRecord.OvulationTestResult.RESULT_POSITIVE
62 val record = getRecord(result = RESULT_POSITIVE) in <lambda>()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt1367 field public static final int RESULT_POSITIVE = 1; // 0x1