Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DMetadata.java75 @RecordingMethod private final int mRecordingMethod;
109 @RecordingMethod int recordingMethod) { in Metadata()
110 validateIntDefValue(recordingMethod, VALID_TYPES, RecordingMethod.class.getSimpleName()); in Metadata()
164 @RecordingMethod
235 public @interface RecordingMethod {} annotation in Metadata
248 @RecordingMethod private int mRecordingMethod = RECORDING_METHOD_UNKNOWN;
334 public Builder setRecordingMethod(@RecordingMethod int recordingMethod) { in setRecordingMethod()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DRecordInternal.java57 @Metadata.RecordingMethod private int mRecordingMethod;
266 @Metadata.RecordingMethod
273 public RecordInternal<T> setRecordingMethod(@Metadata.RecordingMethod int recordingMethod) { in setRecordingMethod()