Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java31 import static com.android.server.healthconnect.storage.utils.StorageUtils.convertBytesToDouble;
316 convertBytesToDouble(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME)))); in extractCompletionGoal()
330 convertBytesToDouble(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME)))); in extractCompletionGoal()
334 convertBytesToDouble(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME)))); in extractCompletionGoal()
350 convertBytesToDouble(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME))), in extractPerformanceGoal()
352 convertBytesToDouble(getCursorBlob(cursor, GOAL_MAX_COLUMN_NAME)))); in extractPerformanceGoal()
356 convertBytesToDouble(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME))), in extractPerformanceGoal()
358 convertBytesToDouble(getCursorBlob(cursor, GOAL_MAX_COLUMN_NAME)))); in extractPerformanceGoal()
361 convertBytesToDouble(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME)), in extractPerformanceGoal()
362 convertBytesToDouble(getCursorBlob(cursor, GOAL_MAX_COLUMN_NAME))); in extractPerformanceGoal()
[all …]
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/
DStorageUtils.java437 public static double convertBytesToDouble(byte[] bytes) { in convertBytesToDouble() method in StorageUtils