Searched refs:convertLongToBytes (Results 1 – 2 of 2) sorted by relevance
36 import static com.android.server.healthconnect.storage.utils.StorageUtils.convertLongToBytes;468 convertLongToBytes( in getCompletionGoalUpsert()574 convertLongToBytes(distanceWithVariableRestGoalInternal.getDuration().toMillis()); in populateContentValuesForDistanceWithVariableRestGoal()
454 public static byte[] convertLongToBytes(long value) { in convertLongToBytes() method in StorageUtils