Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DPlannedExerciseSessionRecordHelper.java32 import static com.android.server.healthconnect.storage.utils.StorageUtils.convertBytesToInt;
319 convertBytesToInt(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME))); in extractCompletionGoal()
326 convertBytesToInt(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME))); in extractCompletionGoal()
365 convertBytesToInt(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME)), in extractPerformanceGoal()
366 convertBytesToInt(getCursorBlob(cursor, GOAL_MAX_COLUMN_NAME))); in extractPerformanceGoal()
373 convertBytesToInt(getCursorBlob(cursor, GOAL_MIN_COLUMN_NAME))); in extractPerformanceGoal()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/utils/
DStorageUtils.java449 public static int convertBytesToInt(byte[] bytes) { in convertBytesToInt() method in StorageUtils