BodyTemperatureMeasurementLocation


public final class BodyTemperatureMeasurementLocation
extends Object

java.lang.Object
   ↳ android.health.connect.datatypes.BodyTemperatureMeasurementLocation


Where on the user's body a temperature measurement was taken from.

Summary

Constants

int MEASUREMENT_LOCATION_ARMPIT

Armpit (axillary) body temperature measurement.

int MEASUREMENT_LOCATION_EAR

Ear (tympanic) body temperature measurement.

int MEASUREMENT_LOCATION_FINGER

Finger body temperature measurement.

int MEASUREMENT_LOCATION_FOREHEAD

Forehead body temperature measurement.

int MEASUREMENT_LOCATION_MOUTH

Mouth body temperature measurement.

int MEASUREMENT_LOCATION_RECTUM

Rectum body temperature measurement.

int MEASUREMENT_LOCATION_TEMPORAL_ARTERY

Temporal artery temperature measurement.

int MEASUREMENT_LOCATION_TOE

Toe body temperature measurement.

int MEASUREMENT_LOCATION_UNKNOWN

Body measurement location unknown

int MEASUREMENT_LOCATION_VAGINA

Vaginal body temperature measurement.

int MEASUREMENT_LOCATION_WRIST

Wrist body temperature measurement.

Inherited methods

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

Constants

MEASUREMENT_LOCATION_ARMPIT

Added in API level 34
public static final int MEASUREMENT_LOCATION_ARMPIT

Armpit (axillary) body temperature measurement.

Constant Value: 1 (0x00000001)

MEASUREMENT_LOCATION_EAR

Added in API level 34
public static final int MEASUREMENT_LOCATION_EAR

Ear (tympanic) body temperature measurement.

Constant Value: 8 (0x00000008)

MEASUREMENT_LOCATION_FINGER

Added in API level 34
public static final int MEASUREMENT_LOCATION_FINGER

Finger body temperature measurement.

Constant Value: 2 (0x00000002)

MEASUREMENT_LOCATION_FOREHEAD

Added in API level 34
public static final int MEASUREMENT_LOCATION_FOREHEAD

Forehead body temperature measurement.

Constant Value: 3 (0x00000003)

MEASUREMENT_LOCATION_MOUTH

Added in API level 34
public static final int MEASUREMENT_LOCATION_MOUTH

Mouth body temperature measurement.

Constant Value: 4 (0x00000004)

MEASUREMENT_LOCATION_RECTUM

Added in API level 34
public static final int MEASUREMENT_LOCATION_RECTUM

Rectum body temperature measurement.

Constant Value: 5 (0x00000005)

MEASUREMENT_LOCATION_TEMPORAL_ARTERY

Added in API level 34
public static final int MEASUREMENT_LOCATION_TEMPORAL_ARTERY

Temporal artery temperature measurement.

Constant Value: 6 (0x00000006)

MEASUREMENT_LOCATION_TOE

Added in API level 34
public static final int MEASUREMENT_LOCATION_TOE

Toe body temperature measurement.

Constant Value: 7 (0x00000007)

MEASUREMENT_LOCATION_UNKNOWN

Added in API level 34
public static final int MEASUREMENT_LOCATION_UNKNOWN

Body measurement location unknown

Constant Value: 0 (0x00000000)

MEASUREMENT_LOCATION_VAGINA

Added in API level 34
public static final int MEASUREMENT_LOCATION_VAGINA

Vaginal body temperature measurement.

Constant Value: 10 (0x0000000a)

MEASUREMENT_LOCATION_WRIST

Added in API level 34
public static final int MEASUREMENT_LOCATION_WRIST

Wrist body temperature measurement.

Constant Value: 9 (0x00000009)