Searched refs:convertBytesToLong (Results 1 – 2 of 2) sorted by relevance
33 import static com.android.server.healthconnect.storage.utils.StorageUtils.convertBytesToLong;323 convertBytesToLong(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME)))); in extractCompletionGoal()561 convertBytesToLong( in extractDistanceWithVariableRestGoal()
461 public static long convertBytesToLong(byte[] bytes) { in convertBytesToLong() method in StorageUtils