Searched refs:convertIntToBytes (Results 1 – 2 of 2) sorted by relevance
35 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()
442 public static byte[] convertIntToBytes(int value) { in convertIntToBytes() method in StorageUtils