Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java33 import static com.android.server.healthconnect.storage.utils.StorageUtils.convertBytesToLong;
323 convertBytesToLong(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME)))); in extractCompletionGoal()
561 convertBytesToLong( in extractDistanceWithVariableRestGoal()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/
DStorageUtils.java461 public static long convertBytesToLong(byte[] bytes) { in convertBytesToLong() method in StorageUtils