Home
last modified time | relevance | path

Searched refs:mRecordingMethod (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DMetadata.java75 @RecordingMethod private final int mRecordingMethod; field in Metadata
117 mRecordingMethod = recordingMethod; in Metadata()
166 return mRecordingMethod; in getRecordingMethod()
248 @RecordingMethod private int mRecordingMethod = RECORDING_METHOD_UNKNOWN; field in Metadata.Builder
336 mRecordingMethod = recordingMethod; in setRecordingMethod()
352 mRecordingMethod); in build()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DRecordInternal.java57 @Metadata.RecordingMethod private int mRecordingMethod; field in RecordInternal
88 mRecordingMethod = parcel.readInt(); in populateUsing()
108 parcel.writeInt(mRecordingMethod); in writeToParcel()
268 return mRecordingMethod; in getRecordingMethod()
274 this.mRecordingMethod = recordingMethod; in setRecordingMethod()