Searched refs:convertDoubleToBytes (Results 1 – 2 of 2) sorted by relevance
34 import static com.android.server.healthconnect.storage.utils.StorageUtils.convertDoubleToBytes;458 convertDoubleToBytes( in getCompletionGoalUpsert()477 convertDoubleToBytes( in getCompletionGoalUpsert()484 convertDoubleToBytes( in getCompletionGoalUpsert()505 convertDoubleToBytes( in getPerformanceGoalUpsert()509 convertDoubleToBytes( in getPerformanceGoalUpsert()514 convertDoubleToBytes( in getPerformanceGoalUpsert()520 convertDoubleToBytes( in getPerformanceGoalUpsert()527 convertDoubleToBytes(((CadenceGoalInternal) performanceGoal).getMinRpm())); in getPerformanceGoalUpsert()530 convertDoubleToBytes(((CadenceGoalInternal) performanceGoal).getMaxRpm())); in getPerformanceGoalUpsert()[all …]
430 public static byte[] convertDoubleToBytes(double value) { in convertDoubleToBytes() method in StorageUtils