Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java35 import static com.android.server.healthconnect.storage.utils.StorageUtils.convertIntToBytes;
463 convertIntToBytes(((StepsGoalInternal) completionGoal).getSteps())); in getCompletionGoalUpsert()
473 convertIntToBytes(((RepetitionsGoalInternal) completionGoal).getReps())); in getCompletionGoalUpsert()
534 convertIntToBytes(((HeartRateGoalInternal) performanceGoal).getMinBpm())); in getPerformanceGoalUpsert()
537 convertIntToBytes(((HeartRateGoalInternal) performanceGoal).getMaxBpm())); in getPerformanceGoalUpsert()
546 convertIntToBytes( in getPerformanceGoalUpsert()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/
DStorageUtils.java442 public static byte[] convertIntToBytes(int value) { in convertIntToBytes() method in StorageUtils